summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2018-05-13 11:29:07 +0200
committerThomas Gleixner <tglx@linutronix.de>2018-05-13 12:06:12 +0200
commitb5cf8707e6c9d85819b4bee3218ec560953149f7 (patch)
treec89dc337b58c3be366596e3997478cefe12e028a /arch/x86/include/asm
parent3986a0a805e668a63fac0ca2cdfa8db951f87c4b (diff)
downloadlinux-stable-b5cf8707e6c9d85819b4bee3218ec560953149f7.tar.gz
linux-stable-b5cf8707e6c9d85819b4bee3218ec560953149f7.tar.bz2
linux-stable-b5cf8707e6c9d85819b4bee3218ec560953149f7.zip
x86/CPU: Move cpu local function declarations to local header
No point in exposing all these functions globaly as they are strict local to the cpu management code. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/include/asm')
-rw-r--r--arch/x86/include/asm/processor.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/x86/include/asm/processor.h b/arch/x86/include/asm/processor.h
index 7aa2caa82b2d..d68554613ecd 100644
--- a/arch/x86/include/asm/processor.h
+++ b/arch/x86/include/asm/processor.h
@@ -186,15 +186,6 @@ extern void identify_boot_cpu(void);
extern void identify_secondary_cpu(struct cpuinfo_x86 *);
extern void print_cpu_info(struct cpuinfo_x86 *);
void print_cpu_msr(struct cpuinfo_x86 *);
-extern void init_scattered_cpuid_features(struct cpuinfo_x86 *c);
-extern u32 get_scattered_cpuid_leaf(unsigned int level,
- unsigned int sub_leaf,
- enum cpuid_regs_idx reg);
-extern unsigned int init_intel_cacheinfo(struct cpuinfo_x86 *c);
-extern void init_amd_cacheinfo(struct cpuinfo_x86 *c);
-
-extern int detect_extended_topology(struct cpuinfo_x86 *c);
-extern void detect_ht(struct cpuinfo_x86 *c);
#ifdef CONFIG_X86_32
extern int have_cpuid_p(void);