From: Masahiro A. <m-...@aa...> - 2001-07-11 05:40:52
|
I think I've found very small mistake in include/asm-sh/machvec.h, in both official 2.4.6 and current CVS. Position of "#endif" may be wrong. Here is the patch. --------------------------- --- machvec.h Wed Jul 11 14:33:55 2001 +++ machvec.h.fix Wed Jul 11 14:34:46 2001 @@ -119,7 +119,6 @@ # else # define MACH_HP690 0 # endif -# endif # ifdef CONFIG_HD64461 # define MACH_HD64461 1 # else @@ -149,6 +148,7 @@ # define MACH_BIGSUR 1 # else # define MACH_BIGSUR 0 +# endif #endif #endif /* _ASM_SH_MACHVEC_H */ --------------------------- +-------------------------------------+ | Masahiro Abe, Software Engineer | | A&D Co., Ltd. of Tokyo, Japan | | mailto:m-...@aa... | +-------------------------------------+ |This is my opinion, not my employer's| +-------------------------------------+ |