]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86: use stack_start in x86_64
authorGlauber Costa <gcosta@redhat.com>
Wed, 28 May 2008 01:22:54 +0000 (18:22 -0700)
committerIngo Molnar <mingo@elte.hu>
Tue, 8 Jul 2008 10:48:14 +0000 (12:48 +0200)
commit9cf4f298e29abba25c16679fe7be70898223167e
tree009af01f7c8001fb86fcfa25226d0c78248b83c9
parenta7bf0bd5e6af7fe69342dabf2a3b721f0163469a
x86: use stack_start in x86_64

call x86_64's init_rsp stack_start, just as i386 does.
Put a zeroed stack segment for consistency. With this,
we can eliminate one ugly ifdef in smpboot.c.

Signed-off-by: Glauber Costa <gcosta@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/acpi/sleep.c
arch/x86/kernel/head_64.S
arch/x86/kernel/smpboot.c