x86: ldt.c declare sys_modify_ldt before they get used
authorJaswinder Singh <jaswinder@infradead.org>
Mon, 15 Dec 2008 16:56:30 +0000 (22:26 +0530)
committerIngo Molnar <mingo@elte.hu>
Tue, 16 Dec 2008 20:18:21 +0000 (21:18 +0100)
Impact: cleanup

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

Signed-off-by: Jaswinder Singh <jaswinder@infradead.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found