X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=arch%2Fx86%2Fkernel%2Fcpu%2Fcpu.h;h=0f87daa38af5664147d08d5404bf4e0f19c1fb77;hb=2b83aba8ce5edc2f26681b3bdc64d17b14e0f69b;hp=2584265d474556be72714dcb91721580290b8c6b;hpb=dc847d5b4aa852c41b56c21bdc759fee13cc8f68;p=mirror_ubuntu-artful-kernel.git diff --git a/arch/x86/kernel/cpu/cpu.h b/arch/x86/kernel/cpu/cpu.h index 2584265d4745..0f87daa38af5 100644 --- a/arch/x86/kernel/cpu/cpu.h +++ b/arch/x86/kernel/cpu/cpu.h @@ -46,4 +46,9 @@ 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); + +unsigned int aperfmperf_get_khz(int cpu); + +extern void x86_spec_ctrl_setup_ap(void); + #endif /* ARCH_X86_CPU_H */