[PATCH] setup_per_cpu still broken in 2.5.9

From: Brian Gerst (bgerst@didntduck.org)
Date: Mon Apr 22 2002 - 18:43:03 EST


Still broken for UP. It looks like a patch got applied twice.

-- 

Brian Gerst

diff -urN linux-2.5.9/init/main.c linux/init/main.c --- linux-2.5.9/init/main.c Mon Apr 22 19:17:23 2002 +++ linux/init/main.c Mon Apr 22 19:31:04 2002 @@ -271,14 +271,7 @@ #else #define smp_init() do { } while (0) #endif -static inline void setup_per_cpu_areas(void) -{ -} - -static inline void setup_per_cpu_areas(void) -{ -} - +static inline void setup_per_cpu_areas(void) { } #else #ifdef __GENERIC_PER_CPU

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Apr 23 2002 - 22:00:34 EST