From: Kenn H. <ke...@us...> - 2005-05-04 22:23:01
|
Update of /cvsroot/linux-vax/kernel-2.5/include/asm-vax In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5834/include/asm-vax Modified Files: mv.h Log Message: Oops - checked wrong CONFIG_CPU option in the is_ka650() helper Index: mv.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/include/asm-vax/mv.h,v retrieving revision 1.32 retrieving revision 1.33 diff -u -d -r1.32 -r1.33 --- mv.h 26 Apr 2005 23:07:54 -0000 1.32 +++ mv.h 4 May 2005 22:22:50 -0000 1.33 @@ -163,7 +163,7 @@ } static inline int is_ka650(void) { -#ifdef CONFIG_CPU_KA49 +#ifdef CONFIG_CPU_KA650 return mv == &mv_ka650; #else return 0; |