From: Jaswinder Singh Date: Mon, 15 Dec 2008 16:53:54 +0000 (+0530) Subject: x86: process_64.c declare __switch_to() and sys_arch_prctl before they get used X-Git-Tag: v2.6.29-rc1~536^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aab02f0ae20b8fe0fe891e9f107c6e392256ca01;p=pandora-kernel.git 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 Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed