|
From: Jan-Benedict G. <jb...@us...> - 2004-09-29 14:20:54
|
Update of /cvsroot/linux-vax/kernel-2.5/include/asm-vax In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10506/include/asm-vax Modified Files: mv.h Log Message: - We only store pointers to MVMs, not whole MVMs. Index: mv.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/include/asm-vax/mv.h,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- mv.h 29 Sep 2004 10:33:45 -0000 1.21 +++ mv.h 29 Sep 2004 14:20:27 -0000 1.22 @@ -79,7 +79,7 @@ }; #define SET_VECTOR(vec) \ - static struct machvec_match __init_vecmatch_##vec \ + static struct machvec_match *__init_vecmatch_##vec \ __attribute_used__ \ __attribute__((__section__(".init.vecmatch"))) = &(vec) #endif /* USE_NEW_VECTORS */ |