Commit 393d615b authored by Andrew Morton's avatar Andrew Morton Committed by Patrick Mochel

[PATCH] remove some cruft from smp.h

From: Christoph Hellwig <hch@lst.de>

Remove smp.h leftovers.  From the ia64 tree.
parent 03730a58
......@@ -74,10 +74,6 @@ static inline int on_each_cpu(void (*func) (void *info), void *info,
*/
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment