[PATCH] setup_per_cpu still broken in 2.5.9

Brian Gerst (bgerst@didntduck.org)
Mon, 22 Apr 2002 19:43:03 -0400


This is a multi-part message in MIME format.
--------------030904060501020008060905
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

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

-- 

Brian Gerst

--------------030904060501020008060905 Content-Type: text/plain; name="percpu-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="percpu-1"

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

--------------030904060501020008060905--

- 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/