commit | 4a12cae7ef2612eb094c4b48e8b37cf837e3df55 | [log] [tgz] |
---|---|---|
author | Catalin Marinas <catalin.marinas@arm.com> | Fri Oct 25 15:48:33 2013 +0100 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Fri Oct 25 16:10:22 2013 +0100 |
tree | 5e83a91e0358efb93ef29db454487ba7f5b347e5 | |
parent | 710be9ac4ea0d2e02a2c4aa625795e65bf3db5b1 [diff] |
arm64: Fix the endianness of arch_spinlock_t The owner and next members of the arch_spinlock_t structure need to be swapped when compiling for big endian. Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> Reported-by: Matthew Leach <matthew.leach@arm.com> Acked-by: Will Deacon <will.deacon@arm.com>