[ARM] Fix warning in consistent.c
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Mon, 3 Jul 2006 12:30:52 +0000 (13:30 +0100)
committerRussell 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