diff --git a/arch/x86/include/asm/processor.h b/arch/x86/include/asm/processor.h index 6f422c01c0aa15f12ae4bc4063d867e59f30409a..e119c78581d14562bfc5159b3099b8afd9de4135 100644 --- a/arch/x86/include/asm/processor.h +++ b/arch/x86/include/asm/processor.h @@ -129,14 +129,16 @@ struct cpuinfo_x86 { u16 logical_proc_id; /* Core id: */ u16 cpu_core_id; - u16 cpu_die_id; - u16 logical_die_id; /* Index into per_cpu list: */ u16 cpu_index; u32 microcode; /* Address space bits used by the cache internally */ u8 x86_cache_bits; unsigned initialized : 1; +#ifndef __GENKSYMS__ + u16 cpu_die_id; + u16 logical_die_id; +#endif } __randomize_layout; struct cpuid_regs {