commit | 681a4991f83742a0d2325afbf7b7f22045ad5b30 | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Sun Aug 27 12:38:34 2006 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Wed Sep 20 14:58:35 2006 +0100 |
tree | 8665ef5bba53d53759c34e6e8c0fa08c98c8e4f2 | |
parent | b36e4758dc1b9ff1f6d97e951edba22366230d11 [diff] |
[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 <rmk+kernel@arm.linux.org.uk>