commit | a68c33f3592eef63304a5f5ab68466539ccac56c | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Mon Dec 16 10:47:54 2013 +1100 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Mon Dec 30 14:51:09 2013 +1100 |
tree | 61c8bccbe6ed49b5993eefea013347b7dfa6d435 | |
parent | d084775738b746648d4102337163a04534a02982 [diff] |
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 <anton@samba.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>