From: Jaswinder Singh Date: Wed, 17 Dec 2008 17:48:52 +0000 (+0530) Subject: x86: tls.c declare sys_set_thread_area and sys_get_thread_area before they get used X-Git-Tag: v2.6.29-rc1~536^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c9c160c54fc545efc23881344593868e5f717bd;p=pandora-kernel.git x86: tls.c declare sys_set_thread_area and sys_get_thread_area before they get used Impact: cleanup In asm/syscalls.h move out sys_set_thread_area() and sys_get_thread_area() as they are common for both 32 and 64 bit. Signed-off-by: Jaswinder Singh Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed