x86: pass in cpu number to switch_to_new_gdt()
Impact: cleanup, prepare for xen boot fix. Xen needs to call this function very early to setup the GDT and per-cpu segments. Remove the call to smp_processor_id() and just pass in the cpu number. Signed-off-by:Brian Gerst <brgerst@gmail.com> Signed-off-by:
Tejun Heo <tj@kernel.org>
Showing
- arch/x86/include/asm/processor.h 1 addition, 1 deletionarch/x86/include/asm/processor.h
- arch/x86/kernel/cpu/common.c 3 additions, 4 deletionsarch/x86/kernel/cpu/common.c
- arch/x86/kernel/setup_percpu.c 1 addition, 1 deletionarch/x86/kernel/setup_percpu.c
- arch/x86/kernel/smpboot.c 1 addition, 1 deletionarch/x86/kernel/smpboot.c
- arch/x86/mach-voyager/voyager_smp.c 6 additions, 5 deletionsarch/x86/mach-voyager/voyager_smp.c
Loading
Please register or sign in to comment