Merge remote-tracking branches 'regulator/fix/88pm800', 'regulator/fix/max8973',...
[linux-drm-fsl-dcu.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 */