diff options
Diffstat (limited to 'include/asm-i386/smp.h')
-rw-r--r-- | include/asm-i386/smp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-i386/smp.h b/include/asm-i386/smp.h index 55ef31f66bbe..507f2fd39a6a 100644 --- a/include/asm-i386/smp.h +++ b/include/asm-i386/smp.h | |||
@@ -83,6 +83,9 @@ static __inline int logical_smp_processor_id(void) | |||
83 | } | 83 | } |
84 | 84 | ||
85 | #endif | 85 | #endif |
86 | |||
87 | extern int __cpu_disable(void); | ||
88 | extern void __cpu_die(unsigned int cpu); | ||
86 | #endif /* !__ASSEMBLY__ */ | 89 | #endif /* !__ASSEMBLY__ */ |
87 | 90 | ||
88 | #define NO_PROC_ID 0xFF /* No processor magic marker */ | 91 | #define NO_PROC_ID 0xFF /* No processor magic marker */ |