|
From: Jan-Benedict G. <jb...@us...> - 2004-09-30 10:01:43
|
Update of /cvsroot/linux-vax/kernel-2.5/include/asm-vax In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13449 Modified Files: mv.h Log Message: - Mark match vectors as used so newer gccs (which we don't yet have:-) won't warn about it... Index: mv.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/include/asm-vax/mv.h,v retrieving revision 1.24 retrieving revision 1.25 diff -u -d -r1.24 -r1.25 --- mv.h 30 Sep 2004 08:58:43 -0000 1.24 +++ mv.h 30 Sep 2004 10:01:19 -0000 1.25 @@ -78,7 +78,7 @@ unsigned long sidex_match; }; -#define __CPU_MATCH __attribute__((__section__(".init.vecmatch"))) +#define __CPU_MATCH __attribute_used__ __attribute__((__section__(".init.vecmatch"))) #endif /* USE_NEW_VECTORS */ |