[PATCH] x86_64: Don't do syscall exit tracing twice
commitd989306d6ac532795e225ad5303dfe4e4a81f51e
authorAndi Kleen <ak@suse.de>
Thu, 1 Jun 2006 01:26:58 +0000 (1 03:26 +0200)
committerChris Wright <chrisw@sous-sol.org>
Mon, 5 Jun 2006 17:18:14 +0000 (5 10:18 -0700)
tree27227618ea6ad70180dcc1f1d64f8e53e861c639
parentd0252619737f158577225b3a596af573428c6da1
[PATCH] x86_64: Don't do syscall exit tracing twice

This fixes a regression from the earlier DOS fix for non canonical
IRET addresses. It broke UML.

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: Chris Wright <chrisw@sous-sol.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/x86_64/kernel/entry.S