x86: process_64.c declare __switch_to() and sys_arch_prctl before they get used
authorJaswinder Singh <jaswinder@infradead.org>
Mon, 15 Dec 2008 16:53:54 +0000 (22:23 +0530)
committerIngo Molnar <mingo@elte.hu>
Tue, 16 Dec 2008 20:10:27 +0000 (21:10 +0100)
commitaab02f0ae20b8fe0fe891e9f107c6e392256ca01
tree87763c424571740d9b307ca3f9f6296b3765a082
parentd6be89ad660c5d03edef91715093d447025df59b
x86: process_64.c declare __switch_to() and sys_arch_prctl before they get used

Impact: cleanup

In asm/system.h moved out __switch_to from CONFIG_X86_32 as it is common for
both 32 and 64 bit.

In asm/pctl.h defined sys_arch_prctl
Signed-off-by: Jaswinder Singh <jaswinder@infradead.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/include/asm/prctl.h
arch/x86/include/asm/system.h