From: Russell King Date: Sun, 27 Aug 2006 11:38:34 +0000 (+0100) Subject: [ARM] Optimise VFP thread notify function a little X-Git-Tag: v2.6.19-rc1~885^2~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=681a4991f83742a0d2325afbf7b7f22045ad5b30;p=pandora-kernel.git [ARM] Optimise VFP thread notify function a little The common case for the thread notifier is a context switch. Tell gcc that this is the most likely condition so it can optimise the function for this case. Signed-off-by: Russell King --- Reading git-diff-tree failed