diff options
Diffstat (limited to 'arch/x86/include/asm/processor.h')
| -rw-r--r-- | arch/x86/include/asm/processor.h | 8 | 
1 files changed, 3 insertions, 5 deletions
| diff --git a/arch/x86/include/asm/processor.h b/arch/x86/include/asm/processor.h index 793bae7e7ce3..b0ccd4847a58 100644 --- a/arch/x86/include/asm/processor.h +++ b/arch/x86/include/asm/processor.h @@ -91,7 +91,7 @@ struct cpuinfo_x86 {  	__u8			x86;		/* CPU family */  	__u8			x86_vendor;	/* CPU vendor */  	__u8			x86_model; -	__u8			x86_mask; +	__u8			x86_stepping;  #ifdef CONFIG_X86_64  	/* Number of 4K pages in DTLB/ITLB combined(in pages): */  	int			x86_tlbsize; @@ -109,7 +109,7 @@ struct cpuinfo_x86 {  	char			x86_vendor_id[16];  	char			x86_model_id[64];  	/* in KB - valid for CPUS which support this call: */ -	int			x86_cache_size; +	unsigned int		x86_cache_size;  	int			x86_cache_alignment;	/* In bytes */  	/* Cache QoS architectural values: */  	int			x86_cache_max_rmid;	/* max index */ @@ -977,7 +977,5 @@ bool xen_set_default_idle(void);  void stop_this_cpu(void *dummy);  void df_debug(struct pt_regs *regs, long error_code); - -void __ibp_barrier(void); - +void microcode_check(void);  #endif /* _ASM_X86_PROCESSOR_H */ | 

