Skip to content

Commit

Permalink
powerpc: Remove unessessary 0x3000 location enforcement
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Michael Neuling authored and Benjamin Herrenschmidt committed Nov 15, 2012
1 parent 278a6cd commit faab4dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion arch/powerpc/kernel/exceptions-64s.S
Original file line number Diff line number Diff line change
Expand Up @@ -311,12 +311,14 @@ denorm_exception_hv:
#ifdef CONFIG_CBE_RAS
STD_EXCEPTION_HV(0x1800, 0x1802, cbe_thermal)
KVM_HANDLER_SKIP(PACA_EXGEN, EXC_HV, 0x1802)
#else
. = 0x1800
#endif /* CONFIG_CBE_RAS */

. = 0x3000

/*** Out of line interrupts support ***/

.align 7
/* moved from 0x200 */
machine_check_pSeries:
.globl machine_check_fwnmi
Expand Down

0 comments on commit faab4dd

Please sign in to comment.