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)
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>

No differences found