linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch] nuke unused smp_msg_data, smp_src_cpu & smp_msg_id
@ 2003-04-09 23:48 David Mosberger
  0 siblings, 0 replies; only message in thread
From: David Mosberger @ 2003-04-09 23:48 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

Patch to remove some declarations that are so dead it's not even funny
anymore.

I believe the MSG_* macros shouldn't be there either, but it looks
like some PPC{,64} and SPARC code may still rely on them.

	--david

diff -Nru a/include/linux/smp.h b/include/linux/smp.h
--- a/include/linux/smp.h	Wed Apr  9 14:49:49 2003
+++ b/include/linux/smp.h	Wed Apr  9 14:49:49 2003
@@ -74,10 +74,6 @@
  */
 extern int smp_threads_ready;
 
-extern volatile unsigned long smp_msg_data;
-extern volatile int smp_src_cpu;
-extern volatile int smp_msg_id;
-
 #define MSG_ALL_BUT_SELF	0x8000	/* Assume <32768 CPU's */
 #define MSG_ALL			0x8001
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-04-09 23:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-09 23:48 [patch] nuke unused smp_msg_data, smp_src_cpu & smp_msg_id David Mosberger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).