* [PATCH] setup_per_cpu still broken in 2.5.9
@ 2002-04-22 23:43 Brian Gerst
2002-04-23 1:19 ` Linus Torvalds
0 siblings, 1 reply; 2+ messages in thread
From: Brian Gerst @ 2002-04-22 23:43 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Linux-Kernel
[-- Attachment #1: Type: text/plain, Size: 87 bytes --]
Still broken for UP. It looks like a patch got applied twice.
--
Brian Gerst
[-- Attachment #2: percpu-1 --]
[-- Type: text/plain, Size: 418 bytes --]
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-04-23 1:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-22 23:43 [PATCH] setup_per_cpu still broken in 2.5.9 Brian Gerst
2002-04-23 1:19 ` Linus Torvalds
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox