Re: [PATCH 3/6]init call cleanup

2005-04-12 Thread Li Shaohua
On Tue, 2005-04-12 at 17:32, Rolf Eike Beer wrote: > Li Shaohua wrote: > > Trival patch for CPU hotplug. In CPU identify part, only did cleaup > for > > intel CPUs. Need do for other CPUs if they support S3 SMP. > > > > @@ -405,7 +405,7 @@ void __init init_bsp_APIC(void) > >

Re: [PATCH 3/6]init call cleanup

2005-04-12 Thread Rolf Eike Beer
Li Shaohua wrote: > Trival patch for CPU hotplug. In CPU identify part, only did cleaup for > intel CPUs. Need do for other CPUs if they support S3 SMP. > > @@ -405,7 +405,7 @@ void __init init_bsp_APIC(void) > apic_write_around(APIC_LVT1, value); > } > > -void __init setup_local_APIC

[PATCH 3/6]init call cleanup

2005-04-12 Thread Li Shaohua
Trival patch for CPU hotplug. In CPU identify part, only did cleaup for intel CPUs. Need do for other CPUs if they support S3 SMP. Signed-off-by: Li Shaohua<[EMAIL PROTECTED]> --- linux-2.6.11-root/arch/i386/kernel/apic.c| 14 +++

[PATCH 3/6]init call cleanup

2005-04-12 Thread Li Shaohua
Trival patch for CPU hotplug. In CPU identify part, only did cleaup for intel CPUs. Need do for other CPUs if they support S3 SMP. Signed-off-by: Li Shaohua[EMAIL PROTECTED] --- linux-2.6.11-root/arch/i386/kernel/apic.c| 14 +++

Re: [PATCH 3/6]init call cleanup

2005-04-12 Thread Rolf Eike Beer
Li Shaohua wrote: Trival patch for CPU hotplug. In CPU identify part, only did cleaup for intel CPUs. Need do for other CPUs if they support S3 SMP. @@ -405,7 +405,7 @@ void __init init_bsp_APIC(void) apic_write_around(APIC_LVT1, value); } -void __init setup_local_APIC (void)

Re: [PATCH 3/6]init call cleanup

2005-04-12 Thread Li Shaohua
On Tue, 2005-04-12 at 17:32, Rolf Eike Beer wrote: Li Shaohua wrote: Trival patch for CPU hotplug. In CPU identify part, only did cleaup for intel CPUs. Need do for other CPUs if they support S3 SMP. @@ -405,7 +405,7 @@ void __init init_bsp_APIC(void)