x86: tls.c declare sys_set_thread_area and sys_get_thread_area before they get used
authorJaswinder Singh <jaswinder@infradead.org>
Wed, 17 Dec 2008 17:48:52 +0000 (23:18 +0530)
committerIngo Molnar <mingo@elte.hu>
Thu, 18 Dec 2008 12:33:48 +0000 (13:33 +0100)
commit7c9c160c54fc545efc23881344593868e5f717bd
treed4df163155cb5b89bf2ef43218f5a1929a0abf46
parent57a37505d19f4dfeee26f0fd7ea38ed6f1d10cbe
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 <jaswinder@infradead.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/include/asm/syscalls.h