diff options
Diffstat (limited to 'arch/x86/kernel/asm-offsets_32.c')
| -rw-r--r-- | arch/x86/kernel/asm-offsets_32.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/asm-offsets_32.c b/arch/x86/kernel/asm-offsets_32.c index fa1261eefa16..f91ba53e06c8 100644 --- a/arch/x86/kernel/asm-offsets_32.c +++ b/arch/x86/kernel/asm-offsets_32.c @@ -18,7 +18,7 @@ void foo(void)  	OFFSET(CPUINFO_x86, cpuinfo_x86, x86);  	OFFSET(CPUINFO_x86_vendor, cpuinfo_x86, x86_vendor);  	OFFSET(CPUINFO_x86_model, cpuinfo_x86, x86_model); -	OFFSET(CPUINFO_x86_mask, cpuinfo_x86, x86_mask); +	OFFSET(CPUINFO_x86_stepping, cpuinfo_x86, x86_stepping);  	OFFSET(CPUINFO_cpuid_level, cpuinfo_x86, cpuid_level);  	OFFSET(CPUINFO_x86_capability, cpuinfo_x86, x86_capability);  	OFFSET(CPUINFO_x86_vendor_id, cpuinfo_x86, x86_vendor_id);  | 

