]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] x86_64: Don't do syscall exit tracing twice
authorAndi Kleen <ak@suse.de>
Tue, 30 May 2006 20:48:03 +0000 (22:48 +0200)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 31 May 2006 03:31:06 +0000 (20:31 -0700)
commit2d006485b148c5d678290dd19aa91fbc85909adf
tree55c5215329b85c1b682bb1845361055500219945
parent50da5c100c55ee26ab191104cc6885c1dd51f0b1
[PATCH] x86_64: Don't do syscall exit tracing twice

int_ret_from_syscall already does syscall exit tracing, so
no need to do it again in the caller.

This caused problems for UML and some other special programs doing
syscall interception.

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/kernel/entry.S