[PATCH] x86_64: Remove ia32_sys_call_table export
authorAndi Kleen <ak@suse.de>
Mon, 26 Jun 2006 11:57:07 +0000 (13:57 +0200)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 26 Jun 2006 17:48:16 +0000 (10:48 -0700)
commit5282aab87a8be3f5e6c36a4c2ee4b71852def1bb
tree319d96e66e3beca077206720ccff1b8347918a20
parent5c0f80fab3724aa44b3352d88155fe0eaae0e54a
[PATCH] x86_64: Remove ia32_sys_call_table export

It was originally added for 2.4 oprofile, but 2.6 oprofile doesn't
need that anymore. Shouldn't be any use in tree anymore and it doesn't
make much sense to export the ia32 syscalls when the main syscalls
are not exported.

I think Adrian Bunk asked for removing it several times.

Also included hunk from Adrian to remove the .globl ia32_sys_call_table

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/ia32/ia32entry.S
arch/x86_64/ia32/sys_ia32.c