summaryrefslogtreecommitdiffstats
path: root/include/asm-x86/processor.h
diff options
context:
space:
mode:
authorIngo Molnar2008-09-05 09:21:21 +0200
committerIngo Molnar2008-09-05 09:21:21 +0200
commit9042763808c5285a1a61b45b0fe98a710a4c903c (patch)
tree349be736a3b56a64c8835df03f127959bfc6e0e0 /include/asm-x86/processor.h
parentMerge branch 'x86/cpu' into x86/core (diff)
parentMerge branch 'x86/cpu' into x86/x2apic (diff)
downloadkernel-qcow2-linux-9042763808c5285a1a61b45b0fe98a710a4c903c.tar.gz
kernel-qcow2-linux-9042763808c5285a1a61b45b0fe98a710a4c903c.tar.xz
kernel-qcow2-linux-9042763808c5285a1a61b45b0fe98a710a4c903c.zip
Merge branch 'x86/x2apic' into x86/core
Conflicts: arch/x86/kernel/cpu/common_64.c Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/processor.h')
-rw-r--r--include/asm-x86/processor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-x86/processor.h b/include/asm-x86/processor.h
index ae5bd1abe766..bbbbe1fc5ce1 100644
--- a/include/asm-x86/processor.h
+++ b/include/asm-x86/processor.h
@@ -165,6 +165,7 @@ extern void init_scattered_cpuid_features(struct cpuinfo_x86 *c);
extern unsigned int init_intel_cacheinfo(struct cpuinfo_x86 *c);
extern unsigned short num_cache_leaves;
+extern void detect_extended_topology(struct cpuinfo_x86 *c);
#if defined(CONFIG_X86_HT) || defined(CONFIG_X86_64)
extern void detect_ht(struct cpuinfo_x86 *c);
#else