2005/9/26, Ralf Baechle <ralf@xxxxxxxxxxxxxx>: > On Mon, Sep 26, 2005 at 09:06:50AM +0200, Franck wrote: > > > This patch replaces an empty preprocessor condition #elif by #else. It > > adds 4ksc and 4ksd as well. > > You forgot to include the patch ... sorry for that, here it is... Thanks -- Franck
--- module.h~old 2005-09-26 14:02:32.000000000 +0200 +++ module.h 2005-09-26 09:54:08.000000000 +0200 @@ -113,7 +113,11 @@ search_module_dbetables(unsigned long ad #define MODULE_PROC_FAMILY "RM9000" #elif defined CONFIG_CPU_SB1 #define MODULE_PROC_FAMILY "SB1" -#elif +#elif defined CONFIG_CPU_4KSC +#define MODULE_PROC_FAMILY "4KSC" +#elif defined CONFIG_CPU_4KSD +#define MODULE_PROC_FAMILY "4KSD" +#else #error MODULE_PROC_FAMILY undefined for your processor configuration #endif