Re: [PATCH v9 06/12] x86-64, hotplug: Add start_cpu0() entry point to head_64.S

2012-10-16 Thread Borislav Petkov
On Fri, Oct 12, 2012 at 09:09:43AM -0700, Fenghua Yu wrote: > From: Fenghua Yu > > start_cpu0() is defined in head_64.S for 64-bit. The function sets up stack > and > jumps to start_secondary() for CPU0 wake up. > > Signed-off-by: Fenghua Yu > --- > arch/x86/kernel/head_64.S | 15 ++

[PATCH v9 06/12] x86-64, hotplug: Add start_cpu0() entry point to head_64.S

2012-10-12 Thread Fenghua Yu
From: Fenghua Yu start_cpu0() is defined in head_64.S for 64-bit. The function sets up stack and jumps to start_secondary() for CPU0 wake up. Signed-off-by: Fenghua Yu --- arch/x86/kernel/head_64.S | 15 +++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/arch/x86