[PATCH 12/13] x86: move __copy_*_nocache might fault check out of line

2013-08-09 Thread Andi Kleen
From: Andi Kleen Can as well do the normal conditional resched check out of line. This saves one function call. Signed-off-by: Andi Kleen --- arch/x86/include/asm/uaccess_64.h | 6 -- arch/x86/lib/copy_user_nocache_64.S | 7 +++ 2 files changed, 11 insertions(+), 2 deletions(-)

[PATCH 12/13] x86: move __copy_*_nocache might fault check out of line

2013-08-09 Thread Andi Kleen
From: Andi Kleen a...@linux.intel.com Can as well do the normal conditional resched check out of line. This saves one function call. Signed-off-by: Andi Kleen a...@linux.intel.com --- arch/x86/include/asm/uaccess_64.h | 6 -- arch/x86/lib/copy_user_nocache_64.S | 7 +++ 2 files