|
From: Jan-Benedict G. <jb...@us...> - 2004-09-29 10:33:54
|
Update of /cvsroot/linux-vax/kernel-2.5/include/asm-vax In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29946 Modified Files: mv.h Log Message: - Rename. Index: mv.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/include/asm-vax/mv.h,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- mv.h 29 Sep 2004 09:57:30 -0000 1.20 +++ mv.h 29 Sep 2004 10:33:45 -0000 1.21 @@ -81,7 +81,7 @@ #define SET_VECTOR(vec) \ static struct machvec_match __init_vecmatch_##vec \ __attribute_used__ \ - __attribute__((__section__(".vax.vecmatch"))) = &(vec) + __attribute__((__section__(".init.vecmatch"))) = &(vec) #endif /* USE_NEW_VECTORS */ |