diff options
author | Michael Neuling <mikey@neuling.org> | 2012-11-01 22:53:36 -0400 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2012-11-14 23:08:03 -0500 |
commit | faab4dd2d281d42cb46b16e36f769be59c0a7338 (patch) | |
tree | 09a66e46fc5526fac510f1392c376b333e372362 /arch/powerpc | |
parent | 278a6cdc39218c13c7a924d21cda71d829007b60 (diff) |
powerpc: Remove unessessary 0x3000 location enforcement
This removes the large gap between 0x1800 and 0x3000.
Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/kernel/exceptions-64s.S | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/exceptions-64s.S b/arch/powerpc/kernel/exceptions-64s.S index 29cf7b1890a6..de029640ba26 100644 --- a/arch/powerpc/kernel/exceptions-64s.S +++ b/arch/powerpc/kernel/exceptions-64s.S | |||
@@ -311,12 +311,14 @@ denorm_exception_hv: | |||
311 | #ifdef CONFIG_CBE_RAS | 311 | #ifdef CONFIG_CBE_RAS |
312 | STD_EXCEPTION_HV(0x1800, 0x1802, cbe_thermal) | 312 | STD_EXCEPTION_HV(0x1800, 0x1802, cbe_thermal) |
313 | KVM_HANDLER_SKIP(PACA_EXGEN, EXC_HV, 0x1802) | 313 | KVM_HANDLER_SKIP(PACA_EXGEN, EXC_HV, 0x1802) |
314 | #else | ||
315 | . = 0x1800 | ||
314 | #endif /* CONFIG_CBE_RAS */ | 316 | #endif /* CONFIG_CBE_RAS */ |
315 | 317 | ||
316 | . = 0x3000 | ||
317 | 318 | ||
318 | /*** Out of line interrupts support ***/ | 319 | /*** Out of line interrupts support ***/ |
319 | 320 | ||
321 | .align 7 | ||
320 | /* moved from 0x200 */ | 322 | /* moved from 0x200 */ |
321 | machine_check_pSeries: | 323 | machine_check_pSeries: |
322 | .globl machine_check_fwnmi | 324 | .globl machine_check_fwnmi |