Re: [PATCH 1/2] x86/smpboot: Check APIC ID before setting up default routing

2016-08-18 Thread Wei, Jiangang
On Thu, 2016-08-18 at 11:47 +0200, Ingo Molnar wrote: > * Wei Jiangang wrote: > > > Check the boot APIC ID firstly, > > and then setup the default routing of APIC looks better. > > > > And move default_setup_apic_routing() close to apic_bsp_setup(), > > which staying

Re: [PATCH 1/2] x86/smpboot: Check APIC ID before setting up default routing

2016-08-18 Thread Wei, Jiangang
On Thu, 2016-08-18 at 11:47 +0200, Ingo Molnar wrote: > * Wei Jiangang wrote: > > > Check the boot APIC ID firstly, > > and then setup the default routing of APIC looks better. > > > > And move default_setup_apic_routing() close to apic_bsp_setup(), > > which staying in step with the codes in

Re: [PATCH 1/2] x86/smpboot: Check APIC ID before setting up default routing

2016-08-18 Thread Ingo Molnar
* Wei Jiangang wrote: > Check the boot APIC ID firstly, > and then setup the default routing of APIC looks better. > > And move default_setup_apic_routing() close to apic_bsp_setup(), > which staying in step with the codes in APIC_init_uniprocessor(). > >

Re: [PATCH 1/2] x86/smpboot: Check APIC ID before setting up default routing

2016-08-18 Thread Ingo Molnar
* Wei Jiangang wrote: > Check the boot APIC ID firstly, > and then setup the default routing of APIC looks better. > > And move default_setup_apic_routing() close to apic_bsp_setup(), > which staying in step with the codes in APIC_init_uniprocessor(). > > Signed-off-by: Wei Jiangang > --- >

[PATCH 1/2] x86/smpboot: Check APIC ID before setting up default routing

2016-08-17 Thread Wei Jiangang
Check the boot APIC ID firstly, and then setup the default routing of APIC looks better. And move default_setup_apic_routing() close to apic_bsp_setup(), which staying in step with the codes in APIC_init_uniprocessor(). Signed-off-by: Wei Jiangang ---

[PATCH 1/2] x86/smpboot: Check APIC ID before setting up default routing

2016-08-17 Thread Wei Jiangang
Check the boot APIC ID firstly, and then setup the default routing of APIC looks better. And move default_setup_apic_routing() close to apic_bsp_setup(), which staying in step with the codes in APIC_init_uniprocessor(). Signed-off-by: Wei Jiangang --- arch/x86/kernel/smpboot.c | 3 +-- 1 file