diff options
Diffstat (limited to 'arch/x86/include/asm/processor.h')
| -rw-r--r-- | arch/x86/include/asm/processor.h | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/include/asm/processor.h b/arch/x86/include/asm/processor.h index f3020c54e2cb..9ad2acaaae9b 100644 --- a/arch/x86/include/asm/processor.h +++ b/arch/x86/include/asm/processor.h @@ -136,6 +136,8 @@ struct cpuinfo_x86 {  	u16			logical_die_id;  	/* Index into per_cpu list: */  	u16			cpu_index; +	/*  Is SMT active on this core? */ +	bool			smt_active;  	u32			microcode;  	/* Address space bits used by the cache internally */  	u8			x86_cache_bits; @@ -795,6 +797,8 @@ extern int set_tsc_mode(unsigned int val);  DECLARE_PER_CPU(u64, msr_misc_features_shadow); +extern u16 get_llc_id(unsigned int cpu); +  #ifdef CONFIG_CPU_SUP_AMD  extern u32 amd_get_nodes_per_socket(void);  extern u32 amd_get_highest_perf(void);  | 
