From 4a12cae7ef2612eb094c4b48e8b37cf837e3df55 Mon Sep 17 00:00:00 2001 From: Catalin Marinas Date: Fri, 25 Oct 2013 15:48:33 +0100 Subject: [PATCH] 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 Reported-by: Matthew Leach Acked-by: Will Deacon --- Reading git-format-patch failed