[ARM] Provide a method to alter the control register
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Wed, 13 Dec 2006 18:33:53 +0000 (18:33 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 13 Dec 2006 18:33:53 +0000 (18:33 +0000)
i.MX needs to tweak the control register to support CPU frequency
scaling.  Rather than have folk blindly try and change the control
register by writing to it and then wondering why it doesn't work,
provide a method (which is safe for UP only, and therefore only
available for UP) to achieve this.

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

No differences found