]> www.pilppa.org Git - linux-2.6-omap-h63xx.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)
commit822ff019f72ae01baef1893e86735f1a5e36be7d
tree55c5215329b85c1b682bb1845361055500219945
parent7ca97c6131dac9f06b1856a95a2ec89d43844286
[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