aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/exception-64s.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/include/asm/exception-64s.h')
-rw-r--r--arch/powerpc/include/asm/exception-64s.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/exception-64s.h b/arch/powerpc/include/asm/exception-64s.h
index c7d27739ea28..bed66e5743b3 100644
--- a/arch/powerpc/include/asm/exception-64s.h
+++ b/arch/powerpc/include/asm/exception-64s.h
@@ -287,7 +287,7 @@ do_kvm_##n: \
287 std r0,GPR0(r1); /* save r0 in stackframe */ \ 287 std r0,GPR0(r1); /* save r0 in stackframe */ \
288 std r10,GPR1(r1); /* save r1 in stackframe */ \ 288 std r10,GPR1(r1); /* save r1 in stackframe */ \
289 beq 4f; /* if from kernel mode */ \ 289 beq 4f; /* if from kernel mode */ \
290 ACCOUNT_CPU_USER_ENTRY(r9, r10); \ 290 ACCOUNT_CPU_USER_ENTRY(r13, r9, r10); \
291 SAVE_PPR(area, r9, r10); \ 291 SAVE_PPR(area, r9, r10); \
2924: EXCEPTION_PROLOG_COMMON_2(area) \ 2924: EXCEPTION_PROLOG_COMMON_2(area) \
293 EXCEPTION_PROLOG_COMMON_3(n) \ 293 EXCEPTION_PROLOG_COMMON_3(n) \