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)
commitc0195b6da08c4ddd8c8ea830f6c3c40bc7f82071
tree29b0bd059b499e28dabb5808a9b04f8a708dad1c
parent7b5b50f1be9e07714cfaa620d102c8daf3cdd814
x86: ldt.c declare sys_modify_ldt before they get used

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>
arch/x86/include/asm/syscalls.h
This page took 0.025585 seconds and 5 git commands to generate.