We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6e2c22 commit 0bdcfa1Copy full SHA for 0bdcfa1
arch/powerpc/kernel/exceptions-64s.S
@@ -270,7 +270,7 @@ BEGIN_FTR_SECTION
270
END_FTR_SECTION_IFSET(CPU_FTR_CFAR)
271
.endif
272
273
- ld r10,PACA_EXGEN+EX_CTR(r13)
+ ld r10,IAREA+EX_CTR(r13)
274
mtctr r10
275
BEGIN_FTR_SECTION
276
ld r10,IAREA+EX_PPR(r13)
@@ -298,7 +298,7 @@ END_FTR_SECTION_IFSET(CPU_FTR_HAS_PPR)
298
299
.if IKVM_SKIP
300
89: mtocrf 0x80,r9
301
302
303
ld r9,IAREA+EX_R9(r13)
304
ld r10,IAREA+EX_R10(r13)
0 commit comments