diff options
Diffstat (limited to 'arch/x86/kernel/cpu/cpu.h')
| -rw-r--r-- | arch/x86/kernel/cpu/cpu.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/arch/x86/kernel/cpu/cpu.h b/arch/x86/kernel/cpu/cpu.h index 7b229afa0a37..da5446acc241 100644 --- a/arch/x86/kernel/cpu/cpu.h +++ b/arch/x86/kernel/cpu/cpu.h @@ -54,6 +54,7 @@ extern u32 get_scattered_cpuid_leaf(unsigned int level,  				    enum cpuid_regs_idx reg);  extern void init_intel_cacheinfo(struct cpuinfo_x86 *c);  extern void init_amd_cacheinfo(struct cpuinfo_x86 *c); +extern void init_hygon_cacheinfo(struct cpuinfo_x86 *c);  extern void detect_num_cpu_cores(struct cpuinfo_x86 *c);  extern int detect_extended_topology_early(struct cpuinfo_x86 *c); |