From: Russell King Date: Thu, 20 Aug 2015 15:13:37 +0000 (+0100) Subject: ARM: entry: efficiency cleanups X-Git-Tag: omap-for-v4.3/fixes-rc1~102^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3302caddf10ad50710dbb7a94ccbdb3ad5bf1412;p=pandora-kernel.git ARM: entry: efficiency cleanups Make the "fast" syscall return path fast again. The addition of IRQ tracing and context tracking has made this path grossly inefficient. We can do much better if these options are enabled if we save the syscall return code on the stack - we then don't need to save a bunch of registers around every single callout to C code. Acked-by: Will Deacon Signed-off-by: Russell King --- Reading git-diff-tree failed