* [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
* Re: [PATCH] setup_per_cpu still broken in 2.5.9
2002-04-22 23:43 [PATCH] setup_per_cpu still broken in 2.5.9 Brian Gerst
@ 2002-04-23 1:19 ` Linus Torvalds
0 siblings, 0 replies; 2+ messages in thread
From: Linus Torvalds @ 2002-04-23 1:19 UTC (permalink / raw)
To: Brian Gerst; +Cc: Linux-Kernel
On Mon, 22 Apr 2002, Brian Gerst wrote:
>
> Still broken for UP. It looks like a patch got applied twice.
Duh.
I _tested_ the damn thing worked, but obviously in between testing and
making a real 2.5.9 another patch did the fix again.
Thanks,
Linus
^ 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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.