[ARM] 3824/1: iop3xx: add cp6 enable/disable macros
authorLennert Buytenhek <buytenh@wantstofly.org>
Mon, 18 Sep 2006 22:20:55 +0000 (23:20 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 25 Sep 2006 09:25:44 +0000 (10:25 +0100)
Add macros to enable and disable access to CP6.  On the iop3xx, enabling
CP6 access unfortunately also enables access to that coprocessor from
unprivileged code, so we need these macros to enable and disable access
to the coprocessor whenever we need to access it.

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

No differences found