From: Brian Gerst <bgerst@didntduck.org>
To: Linus Torvalds <torvalds@transmeta.com>
Cc: Linux-Kernel <linux-kernel@vger.kernel.org>
Subject: [PATCH] setup_per_cpu still broken in 2.5.9
Date: Mon, 22 Apr 2002 19:43:03 -0400 [thread overview]
Message-ID: <3CC4A007.1070307@didntduck.org> (raw)
[-- 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
next reply other threads:[~2002-04-22 23:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-04-22 23:43 Brian Gerst [this message]
2002-04-23 1:19 ` [PATCH] setup_per_cpu still broken in 2.5.9 Linus Torvalds
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3CC4A007.1070307@didntduck.org \
--to=bgerst@didntduck.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@transmeta.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox