git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b36e475
)
[ARM] Optimise VFP thread notify function a little
author
Russell King
<rmk@dyn-67.arm.linux.org.uk>
Sun, 27 Aug 2006 11:38:34 +0000
(12:38 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Wed, 20 Sep 2006 13:58:35 +0000
(14:58 +0100)
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 <rmk+kernel@arm.linux.org.uk>
No differences found