diff options
Diffstat (limited to 'include/asm-x86/processor.h')
| -rw-r--r-- | include/asm-x86/processor.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-x86/processor.h b/include/asm-x86/processor.h index bbbbe1fc5ce1..fc5e961c5b60 100644 --- a/include/asm-x86/processor.h +++ b/include/asm-x86/processor.h | |||
| @@ -166,11 +166,7 @@ extern unsigned int init_intel_cacheinfo(struct cpuinfo_x86 *c); | |||
| 166 | extern unsigned short num_cache_leaves; | 166 | extern unsigned short num_cache_leaves; |
| 167 | 167 | ||
| 168 | extern void detect_extended_topology(struct cpuinfo_x86 *c); | 168 | extern void detect_extended_topology(struct cpuinfo_x86 *c); |
| 169 | #if defined(CONFIG_X86_HT) || defined(CONFIG_X86_64) | ||
| 170 | extern void detect_ht(struct cpuinfo_x86 *c); | 169 | extern void detect_ht(struct cpuinfo_x86 *c); |
| 171 | #else | ||
| 172 | static inline void detect_ht(struct cpuinfo_x86 *c) {} | ||
| 173 | #endif | ||
| 174 | 170 | ||
| 175 | static inline void native_cpuid(unsigned int *eax, unsigned int *ebx, | 171 | static inline void native_cpuid(unsigned int *eax, unsigned int *ebx, |
| 176 | unsigned int *ecx, unsigned int *edx) | 172 | unsigned int *ecx, unsigned int *edx) |
