diff options
Diffstat (limited to 'include/asm-x86_64/smp.h')
-rw-r--r-- | include/asm-x86_64/smp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-x86_64/smp.h b/include/asm-x86_64/smp.h index a7425aa5a3b7..9c6242fb99db 100644 --- a/include/asm-x86_64/smp.h +++ b/include/asm-x86_64/smp.h | |||
@@ -77,6 +77,8 @@ extern __inline int hard_smp_processor_id(void) | |||
77 | } | 77 | } |
78 | 78 | ||
79 | extern int safe_smp_processor_id(void); | 79 | extern int safe_smp_processor_id(void); |
80 | extern int __cpu_disable(void); | ||
81 | extern void __cpu_die(unsigned int cpu); | ||
80 | 82 | ||
81 | #endif /* !ASSEMBLY */ | 83 | #endif /* !ASSEMBLY */ |
82 | 84 | ||