commit | 822ff019f72ae01baef1893e86735f1a5e36be7d | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Tue May 30 22:48:03 2006 +0200 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue May 30 20:31:06 2006 -0700 |
tree | 55c5215329b85c1b682bb1845361055500219945 | |
parent | 7ca97c6131dac9f06b1856a95a2ec89d43844286 [diff] |
[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>