From a68c33f3592eef63304a5f5ab68466539ccac56c Mon Sep 17 00:00:00 2001 From: Anton Blanchard Date: Mon, 16 Dec 2013 10:47:54 +1100 Subject: [PATCH] powerpc: Fix endian issues in power7/8 machine check handler The SLB save area is shared with the hypervisor and is defined as big endian, so we need to byte swap on little endian builds. Signed-off-by: Anton Blanchard Signed-off-by: Benjamin Herrenschmidt --- Reading git-format-patch failed