summaryrefslogtreecommitdiffstats
path: root/include/asm-x86_64
diff options
context:
space:
mode:
authorRoland McGrath2007-02-08 23:20:43 +0100
committerLinus Torvalds2007-02-09 18:25:47 +0100
commitdc5882b20a69fb16219cc61ae3d21d73dd6360a7 (patch)
treefa7d6a281ae550a0c94263ce0ff61f96b77a5ac7 /include/asm-x86_64
parent[PATCH] i386 vDSO: use install_special_mapping (diff)
downloadkernel-qcow2-linux-dc5882b20a69fb16219cc61ae3d21d73dd6360a7.tar.gz
kernel-qcow2-linux-dc5882b20a69fb16219cc61ae3d21d73dd6360a7.tar.xz
kernel-qcow2-linux-dc5882b20a69fb16219cc61ae3d21d73dd6360a7.zip
[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/asm-x86_64')
-rw-r--r--include/asm-x86_64/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-x86_64/proto.h b/include/asm-x86_64/proto.h
index 6d324b838972..a6d2ff5c69b7 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);