commit | b88d4bce2b883e7f357ecf8f0cae070b9732f82b | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Sat Jul 16 17:58:25 2016 -0500 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Sun Jul 17 16:42:34 2016 +1000 |
tree | 86df2ad71b3e7d19aa29f724949a3bd4ef9a33ad | |
parent | 9fedd3f8804af87be608310aac707a64f831b344 [diff] |
powerpc/book64s: Move a few exception common handlers to make room This moves the CBE RAS and facility unavailable "common" handlers down to after the FWNMI page. This frees up some space in the very demanded spaces before the relocation-on vectors and before the FWNMI page. They are still within 64K of __start, so CONFIG_RELOCATABLE should still work. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>