On Wed, Jun 19, 2013 at 12:01:06PM +0200, Arnd Bergmann wrote: > This breaks building on 32 bit architectures as I found on my daily ARM > builds: __raw_writeq cannot be defined on architectures that don't have > native 64 bit data access instructions. It's also wrong to use the > __raw_* variant, which is not guaranteed to be atomic and is not > endian-safe. I've dequeued the series from the mips-next tree until David has a chance to fix this. Ralf