commit | c0195b6da08c4ddd8c8ea830f6c3c40bc7f82071 | [log] [tgz] |
---|---|---|
author | Jaswinder Singh <jaswinder@infradead.org> | Mon Dec 15 22:26:30 2008 +0530 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Dec 16 21:18:21 2008 +0100 |
tree | 29b0bd059b499e28dabb5808a9b04f8a708dad1c | |
parent | 7b5b50f1be9e07714cfaa620d102c8daf3cdd814 [diff] |
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>