diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2014-07-15 20:25:02 +1000 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2014-07-28 14:11:22 +1000 |
commit | 4e2bf01b21054b9300d2e108f5b8b5e4b803b8b8 (patch) | |
tree | f90ed0b0aa453730220c0048e717a355c8de7720 /arch/powerpc/kernel/audit.c | |
parent | 1e07a0a0336b6349b72127b7280995301f18dba3 (diff) | |
download | linux-4e2bf01b21054b9300d2e108f5b8b5e4b803b8b8.tar.bz2 |
powerpc: Move bad_stack() below the fwnmi_data_area
At the moment the allmodconfig build is failing because we run out of
space between altivec_assist() at 0x5700 and the fwnmi_data_area at
0x7000.
Fixing it permanently will take some more work, but a quick fix is to
move bad_stack() below the fwnmi_data_area. That gives us just enough
room with everything enabled.
bad_stack() is called from the common exception handlers, but it's a
non-conditional branch, so we have plenty of scope to move it further
way.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/kernel/audit.c')
0 files changed, 0 insertions, 0 deletions