From: Andi Kleen Date: Tue, 30 May 2006 20:48:03 +0000 (+0200) Subject: [PATCH] x86_64: Don't do syscall exit tracing twice X-Git-Tag: v2.6.17-rc6~75 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=822ff019f72ae01baef1893e86735f1a5e36be7d;p=pandora-kernel.git [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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed