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

No differences found