diff options
author | Roland McGrath <roland@redhat.com> | 2007-02-08 14:20:43 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-09 09:25:47 -0800 |
commit | dc5882b20a69fb16219cc61ae3d21d73dd6360a7 (patch) | |
tree | fa7d6a281ae550a0c94263ce0ff61f96b77a5ac7 /include | |
parent | 7d91d531900bfa1165d445390b3b13a8013f98f7 (diff) | |
download | op-kernel-dev-dc5882b20a69fb16219cc61ae3d21d73dd6360a7.zip op-kernel-dev-dc5882b20a69fb16219cc61ae3d21d73dd6360a7.tar.gz |
[PATCH] x86_64 ia32 vDSO: use install_special_mapping
This patch uses install_special_mapping for the ia32 vDSO setup, consolidating
duplicated code.
Signed-off-by: Roland McGrath <roland@redhat.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-x86_64/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-x86_64/proto.h b/include/asm-x86_64/proto.h index 6d324b8..a6d2ff5 100644 --- a/include/asm-x86_64/proto.h +++ b/include/asm-x86_64/proto.h @@ -81,7 +81,6 @@ extern void swap_low_mappings(void); extern void __show_regs(struct pt_regs * regs); extern void show_regs(struct pt_regs * regs); -extern char *syscall32_page; extern void syscall32_cpu_init(void); extern void setup_node_bootmem(int nodeid, unsigned long start, unsigned long end); |