OSDN Git Service

x86/asm/entry: Unify and fix initial thread_struct::sp0 values
authorAndy Lutomirski <luto@amacapital.net>
Tue, 10 Mar 2015 18:05:59 +0000 (11:05 -0700)
committerIngo Molnar <mingo@kernel.org>
Tue, 17 Mar 2015 08:25:27 +0000 (09:25 +0100)
commitd9e05cc5a53246e074dc2b84956252e4bbe392cd
tree8c65d6e6cfc5587c54934c5ee633277e5d2f6e8b
parent3ee4298f440c81638cbb5ec06f2497fb7a9a9eb4
x86/asm/entry: Unify and fix initial thread_struct::sp0 values

x86_32 and x86_64 need slightly different thread_struct::sp0 values, and
x86_32's was incorrect for init.

This never mattered -- the init thread never runs user code, so we never
used thread_struct::sp0 for anything.

Fix it and mostly unify them.

Signed-off-by: Andy Lutomirski <luto@amacapital.net>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Denys Vlasenko <dvlasenk@redhat.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Oleg Nesterov <oleg@redhat.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/1b810c1d2e797e27bb4a7708c426101161edd1f6.1426009661.git.luto@amacapital.net
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/include/asm/processor.h
arch/x86/kernel/process.c