diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1998-08-25 09:12:35 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1998-08-25 09:12:35 +0000 |
commit | c7fc24dc4420057f103afe8fc64524ebc25c5d37 (patch) | |
tree | 3682407a599b8f9f03fc096298134cafba1c9b2f /include/linux/smp.h | |
parent | 1d793fade8b063fde3cf275bf1a5c2d381292cd9 (diff) |
o Merge with Linux 2.1.116.
o New Newport console code.
o New G364 console code.
Diffstat (limited to 'include/linux/smp.h')
-rw-r--r-- | include/linux/smp.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/include/linux/smp.h b/include/linux/smp.h index ed3e0d31d..5034c71f6 100644 --- a/include/linux/smp.h +++ b/include/linux/smp.h @@ -7,12 +7,14 @@ */ #ifdef __SMP__ + #include <asm/smp.h> /* - * main IPI interface, handles INIT, TLB flush, STOP, etc.: + * main IPI interface, handles INIT, TLB flush, STOP, etc. (defined in asm header): + * + * extern void smp_message_pass(int target, int msg, unsigned long data, int wait); */ -extern void smp_message_pass(int target, int msg, unsigned long data, int wait); /* * Boot processor call to load the other CPU's @@ -62,6 +64,7 @@ extern volatile int smp_msg_id; #define smp_message_pass(t,m,d,w) #define smp_threads_ready 1 #define kernel_lock() +#define cpu_logical_map(cpu) 0 #endif #endif |