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:
4e19025
)
[ARM] Fix warning in consistent.c
author
Russell King
<rmk@dyn-67.arm.linux.org.uk>
Mon, 3 Jul 2006 12:30:52 +0000
(13:30 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Mon, 3 Jul 2006 12:30:52 +0000
(13:30 +0100)
No need for 'cr' to be a local variable, which is unused in the
SMP case, and only used once in the UP case. Just call get_cr()
directly.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
No differences found