From: Matthew Wilcox <willy@debian.org>
To: Arnaldo Carvalho de Melo <acme@conectiva.com.br>,
Linus Torvalds <torvalds@transmeta.com>
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] fix topology.c
Date: Mon, 18 Nov 2002 16:50:10 +0000 [thread overview]
Message-ID: <20021118165010.K7530@parcelfarce.linux.theplanet.co.uk> (raw)
Missing smp.h
diff -urpNX dontdiff linux-2.5.48/arch/i386/mach-generic/topology.c linux-2.5.48-header/arch/i386/mach-generic/topology.c
--- linux-2.5.48/arch/i386/mach-generic/topology.c 2002-11-17 23:29:53.000000000 -0500
+++ linux-2.5.48-header/arch/i386/mach-generic/topology.c 2002-11-18 10:16:10.000000000 -0500
@@ -26,6 +26,7 @@
* Send feedback to <colpatch@us.ibm.com>
*/
#include <linux/init.h>
+#include <linux/smp.h>
#include <asm/cpu.h>
struct i386_cpu cpu_devices[NR_CPUS];
--
Revolutions do not require corporate support.
reply other threads:[~2002-11-18 16:43 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20021118165010.K7530@parcelfarce.linux.theplanet.co.uk \
--to=willy@debian.org \
--cc=acme@conectiva.com.br \
--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