powerpc/powernv: Fix endian issues in memory error handling code
authorAnton Blanchard <anton@samba.org>
Wed, 4 Jun 2014 04:48:48 +0000 (14:48 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 5 Jun 2014 03:20:39 +0000 (13:20 +1000)
commit223ca9d855ce32a4cc2d2b961e6e9d1fb36872ba
tree2a3eeb3eda3d5b9c2f1bc7540ab8d776e63a7fa1
parent2213fb142f1fff1ac28868d196294ca4423659af
powerpc/powernv: Fix endian issues in memory error handling code

struct OpalMemoryErrorData is passed to us from firmware, so we
have to byteswap it.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/include/asm/opal.h
arch/powerpc/platforms/powernv/opal-memory-errors.c
This page took 0.027856 seconds and 5 git commands to generate.