Glauber Costa | c27cfef | 2008-03-03 14:12:29 -0300 | [diff] [blame] | 1 | #ifndef _ASM_X86_SMP_H_ |
| 2 | #define _ASM_X86_SMP_H_ |
| 3 | #ifndef __ASSEMBLY__ |
| 4 | |
Thomas Gleixner | 96a388d | 2007-10-11 11:20:03 +0200 | [diff] [blame] | 5 | #ifdef CONFIG_X86_32 |
| 6 | # include "smp_32.h" |
| 7 | #else |
| 8 | # include "smp_64.h" |
| 9 | #endif |
Glauber Costa | c27cfef | 2008-03-03 14:12:29 -0300 | [diff] [blame] | 10 | |
Glauber Costa | 639acb1 | 2008-03-03 14:12:30 -0300 | [diff] [blame^] | 11 | extern void smp_alloc_memory(void); |
| 12 | extern void lock_ipi_call_lock(void); |
| 13 | extern void unlock_ipi_call_lock(void); |
Glauber Costa | c27cfef | 2008-03-03 14:12:29 -0300 | [diff] [blame] | 14 | #endif /* __ASSEMBLY__ */ |
| 15 | #endif |