]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - arch/x86/include/asm/espfix.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[karo-tx-linux.git] / arch / x86 / include / asm / espfix.h
1 #ifndef _ASM_X86_ESPFIX_H
2 #define _ASM_X86_ESPFIX_H
3
4 #ifdef CONFIG_X86_64
5
6 #include <asm/percpu.h>
7
8 DECLARE_PER_CPU_READ_MOSTLY(unsigned long, espfix_stack);
9 DECLARE_PER_CPU_READ_MOSTLY(unsigned long, espfix_waddr);
10
11 extern void init_espfix_bsp(void);
12 extern void init_espfix_ap(int cpu);
13
14 #endif /* CONFIG_X86_64 */
15
16 #endif /* _ASM_X86_ESPFIX_H */