summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/espfix.h
diff options
context:
space:
mode:
authorZhu Guihua <zhugh.fnst@cn.fujitsu.com>2015-07-03 17:37:18 +0800
committerIngo Molnar <mingo@kernel.org>2015-07-06 15:00:33 +0200
commit1db875631f8d5bbf497f67e47f254eece888d51d (patch)
tree5a593314db2959c413e20695b6db1bfbef6a22ed /arch/x86/include/asm/espfix.h
parentd6f2d75a7ae06ffd793bb504c4f0d1665548cffc (diff)
downloadlinux-0-day-1db875631f8d5bbf497f67e47f254eece888d51d.tar.gz
linux-0-day-1db875631f8d5bbf497f67e47f254eece888d51d.tar.xz
x86/espfix: Add 'cpu' parameter to init_espfix_ap()
Add a CPU index parameter to init_espfix_ap(), so that the parameter could be propagated to the function for espfix page allocation. Signed-off-by: Zhu Guihua <zhugh.fnst@cn.fujitsu.com> Cc: <bp@alien8.de> Cc: <luto@amacapital.net> Cc: <luto@kernel.org> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Link: http://lkml.kernel.org/r/cde3fcf1b3211f3f03feb1a995bce3fee850f0fc.1435824469.git.zhugh.fnst@cn.fujitsu.com Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/include/asm/espfix.h')
-rw-r--r--arch/x86/include/asm/espfix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/espfix.h b/arch/x86/include/asm/espfix.h
index 99efebb2f69df..ca3ce9ab93853 100644
--- a/arch/x86/include/asm/espfix.h
+++ b/arch/x86/include/asm/espfix.h
@@ -9,7 +9,7 @@ DECLARE_PER_CPU_READ_MOSTLY(unsigned long, espfix_stack);
DECLARE_PER_CPU_READ_MOSTLY(unsigned long, espfix_waddr);
extern void init_espfix_bsp(void);
-extern void init_espfix_ap(void);
+extern void init_espfix_ap(int cpu);
#endif /* CONFIG_X86_64 */