commit | dbd0c5d5296f291a5c3affee4fbdde254632ffca | [log] [tgz] |
---|---|---|
author | Laurent Dufour <ldufour@linux.vnet.ibm.com> | Tue Sep 17 11:52:48 2013 +0200 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Fri Oct 11 16:53:16 2013 +1100 |
tree | 9b622a06c6dcd9150b24b27435ce5fe000b71749 | |
parent | e48673360b8b113ca83dc3a45e02ad37fdf9f2d0 [diff] |
powerpc: prom_init exception when updating core value Since the CPU is generating an exception when accessing unaligned word, and as this exception is not yet handled when running prom_init, data should be copied from the architecture vector byte per byte. Signed-off-by: Laurent Dufour <ldufour@linux.vnet.ibm.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>