]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
Merge branches 'x86/urgent' and 'core/urgent' into x86/boot, to pick up fixes and...
authorIngo Molnar <mingo@kernel.org>
Sat, 19 May 2018 06:18:56 +0000 (08:18 +0200)
committerIngo Molnar <mingo@kernel.org>
Sat, 19 May 2018 06:18:56 +0000 (08:18 +0200)
Signed-off-by: Ingo Molnar <mingo@kernel.org>
1  2  3 
arch/x86/include/asm/processor.h
arch/x86/kernel/cpu/common.c
arch/x86/kernel/cpu/intel.c
arch/x86/kernel/smpboot.c

Simple merge
Simple merge
Simple merge
index 91d48f3eeda8f824024c07c7f8e28419c7248653,0f1cbb042f49b82e7a01b7ace0bce08061a8e6f1,0f1cbb042f49b82e7a01b7ace0bce08061a8e6f1..734e57847917238651e43baea17da305d535a7aa
   #include <asm/i8259.h>
   #include <asm/misc.h>
   #include <asm/qspinlock.h>
+  #include <asm/intel-family.h>
+  #include <asm/cpu_device_id.h>
   
 --/* Number of siblings per CPU package */
 --int smp_num_siblings = 1;
 --EXPORT_SYMBOL(smp_num_siblings);
 --
 --/* Last level cache ID of each logical CPU */
 --DEFINE_PER_CPU_READ_MOSTLY(u16, cpu_llc_id) = BAD_APICID;
 --
   /* representing HT siblings of each logical CPU */
   DEFINE_PER_CPU_READ_MOSTLY(cpumask_var_t, cpu_sibling_map);
   EXPORT_PER_CPU_SYMBOL(cpu_sibling_map);