|
From: Kenn H. <ke...@us...> - 2004-10-02 00:09:42
|
Update of /cvsroot/linux-vax/kernel-2.5/include/asm-vax In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5890/include/asm-vax Modified Files: mv.h Log Message: Make new-style CPU identification the default Index: mv.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/include/asm-vax/mv.h,v retrieving revision 1.27 retrieving revision 1.28 diff -u -d -r1.27 -r1.28 --- mv.h 30 Sep 2004 20:03:09 -0000 1.27 +++ mv.h 2 Oct 2004 00:09:30 -0000 1.28 @@ -63,7 +63,7 @@ extern struct vax_mv mv_ka660; extern struct vax_mv mv_vxt; -#undef USE_NEW_VECTORS +#define USE_NEW_VECTORS #ifdef USE_NEW_VECTORS /* * This defines a match for a machine vector and a macro to place |