From: Roland McGrath Date: Mon, 23 Jun 2008 22:37:04 +0000 (-0700) Subject: x86_64 syscall audit fast-path X-Git-Tag: v2.6.27-rc1~846^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86a1c34a929f30fde8ad01ea8245df61ddcf58b7;p=pandora-kernel.git x86_64 syscall audit fast-path This adds a fast path for 64-bit syscall entry and exit when TIF_SYSCALL_AUDIT is set, but no other kind of syscall tracing. This path does not need to save and restore all registers as the general case of tracing does. Avoiding the iret return path when syscall audit is enabled helps performance a lot. Signed-off-by: Roland McGrath --- Reading git-diff-tree failed