x86: standalone trampoline code
authorIngo Molnar <mingo@elte.hu>
Fri, 21 Mar 2008 14:23:19 +0000 (15:23 +0100)
committerIngo Molnar <mingo@elte.hu>
Thu, 17 Apr 2008 15:41:37 +0000 (17:41 +0200)
commit77ad386e596c6b0930cc2e09e3cce485e3ee7f72
tree5c4a9b664c8ecf8147996a32eae35ff7e7350f89
parente44b7b7525ad9d43163ab5e60c784325419e0ea6
x86: standalone trampoline code

move the trampoline setup code out of smpboot.c - UP kernels can have
suspend support too.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/Makefile
arch/x86/kernel/smpboot.c
arch/x86/kernel/trampoline.c [new file with mode: 0644]