]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - arch/x86/kernel/cpu/cpu.h
x86: move X86_FEATURE_CONSTANT_TSC into early cpu feature detection
[mirror_ubuntu-artful-kernel.git] / arch / x86 / kernel / cpu / cpu.h
index 2f6432cef6ffb68c4bd9391f34313d20ca66cdb1..ad6527a5beb12ba086ab643553722aa31fdbc08a 100644 (file)
@@ -24,5 +24,6 @@ extern struct cpu_dev * cpu_devs [X86_VENDOR_NUM];
 extern int get_model_name(struct cpuinfo_x86 *c);
 extern void display_cacheinfo(struct cpuinfo_x86 *c);
 
-extern void early_intel_workaround(struct cpuinfo_x86 *c);
+extern void early_init_intel(struct cpuinfo_x86 *c);
+extern void early_init_amd(struct cpuinfo_x86 *c);