[PATCH 05/14] ARM: pl01x debug code endian fix
From: Will Deacon <hidden>
Date: 2013-07-24 14:44:20
From: Will Deacon <hidden>
Date: 2013-07-24 14:44:20
On Wed, Jul 24, 2013 at 11:27:53AM +0100, Ben Dooks wrote:
The PL01X debug code needs to take into account which endian mode the processor is running in. If it is big-endian, ensure the data is swapped appropriately. Note, we could do this slightly more efficiently if we have an macro to do the necessary swap for the bits used by test. Signed-off-by: Ben Dooks <redacted> ---
Reviewed-by: Will Deacon <redacted> Will