https://github.com/torvalds/linux
Revision dc38e2ad53ca27968919dea6d7fa60575782d5a6 authored by Russell King on 08 May 2008, 15:50:39 UTC, committed by Russell King on 08 May 2008, 17:04:02 UTC
Related to d3930614e68bdf83a120d904c039a64e9f75dba1.

RCSR is only present on PXA2xx CPUs, not on PXA3xx CPUs.  Therefore,
we should not be unconditionally writing to RCSR from generic code.

Since we now clear the RCSR status from the SoC specific PXA PM code
and before reset in the arch_reset() function, the duplication in
the corgi, poodle, spitz and tosa code can be removed.

Acked-by: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
1 parent ffebabe
History
Tip revision: dc38e2ad53ca27968919dea6d7fa60575782d5a6 authored by Russell King on 08 May 2008, 15:50:39 UTC
[ARM] pxa: Fix RCSR handling
Tip revision: dc38e2a

back to top