Commit e26f8684 authored by Anton Blanchard's avatar Anton Blanchard

ppc64: exception should be 0x480 for instruction SLB miss - jimix

parent b37fcaca
...@@ -193,7 +193,7 @@ _GLOBAL(__secondary_hold) ...@@ -193,7 +193,7 @@ _GLOBAL(__secondary_hold)
rfid rfid
/* /*
* This is the start of the interrupt handlers for i_series * This is the start of the interrupt handlers for iSeries
* This code runs with relocation on. * This code runs with relocation on.
*/ */
#define EXCEPTION_PROLOG_ISERIES(n) \ #define EXCEPTION_PROLOG_ISERIES(n) \
...@@ -660,7 +660,7 @@ InstructionAccessSLB_common: ...@@ -660,7 +660,7 @@ InstructionAccessSLB_common:
#else #else
rldicl r20,r23,49,63 /* copy EE bit from saved MSR */ rldicl r20,r23,49,63 /* copy EE bit from saved MSR */
#endif #endif
li r6,0x380 li r6,0x480
bl .save_remaining_regs bl .save_remaining_regs
bl .do_page_fault bl .do_page_fault
b .ret_from_except b .ret_from_except
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment