Merge branch 'turbostat' of https://git.kernel.org/pub/scm/linux/kernel/git/lenb...
[deliverable/linux.git] / arch / x86 / include / asm / espfix.h
CommitLineData
20b68535 1#ifndef _ASM_X86_ESPFIX_H
e1fe9ed8
PA
2#define _ASM_X86_ESPFIX_H
3
4#ifdef CONFIG_X86_64
5
6#include <asm/percpu.h>
7
8DECLARE_PER_CPU_READ_MOSTLY(unsigned long, espfix_stack);
9DECLARE_PER_CPU_READ_MOSTLY(unsigned long, espfix_waddr);
10
11extern void init_espfix_bsp(void);
1db87563 12extern void init_espfix_ap(int cpu);
e1fe9ed8
PA
13
14#endif /* CONFIG_X86_64 */
15
16#endif /* _ASM_X86_ESPFIX_H */
This page took 0.084902 seconds and 5 git commands to generate.