]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit39111ee3edcb52cd6883c79bb5bc5ef6bac1a94f
tree319d96e66e3beca077206720ccff1b8347918a20
parent1e87c2025c57c1ace1586fb8b2d77038bf41607f
[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