lkml.org 
[lkml]   [2003]   [Apr]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[patch] nuke unused smp_msg_data, smp_src_cpu & smp_msg_id
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

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 13:34    [W:0.023 / U:0.600 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site