aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/cpu.h
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2018-07-25 17:34:32 +0100
committerMark Brown <broonie@kernel.org>2018-07-25 17:34:32 +0100
commit606b3effb9ce2ab6f67eeecace381c701d411ecf (patch)
tree2f9478b4cdd0703734c76570f61309b304de0933 /arch/x86/kernel/cpu/cpu.h
parent1c6a1d5ae62dbaec8922761f56332e6e830b32a4 (diff)
parent762b585c492fedda1b0bc4c6d0a867307bf7cd0f (diff)
Merge tag 'v4.4.144' into linux-linaro-lsk-v4.4lsk-v4.4-18.07
This is the 4.4.144 stable release
Diffstat (limited to 'arch/x86/kernel/cpu/cpu.h')
-rw-r--r--arch/x86/kernel/cpu/cpu.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/kernel/cpu/cpu.h b/arch/x86/kernel/cpu/cpu.h
index 2584265d4745..3b19d82f7932 100644
--- a/arch/x86/kernel/cpu/cpu.h
+++ b/arch/x86/kernel/cpu/cpu.h
@@ -46,4 +46,7 @@ extern const struct cpu_dev *const __x86_cpu_dev_start[],
extern void get_cpu_cap(struct cpuinfo_x86 *c);
extern void cpu_detect_cache_sizes(struct cpuinfo_x86 *c);
+
+extern void x86_spec_ctrl_setup_ap(void);
+
#endif /* ARCH_X86_CPU_H */