ARM: use get_cr() rather than cr_alignment
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 13 Apr 2014 17:47:34 +0000 (18:47 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 22 May 2014 15:27:27 +0000 (16:27 +0100)
Rather than reading the cr_alignment variable, use get_cr() to read
directly from the hardware instead.  We have two places where this
occurs, neither of them are performance critical.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found