diff options
Diffstat (limited to 'arch/powerpc/kernel/exceptions-64s.S')
-rw-r--r-- | arch/powerpc/kernel/exceptions-64s.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/exceptions-64s.S b/arch/powerpc/kernel/exceptions-64s.S index 2a273bed1ec8..3d1c42b03c89 100644 --- a/arch/powerpc/kernel/exceptions-64s.S +++ b/arch/powerpc/kernel/exceptions-64s.S | |||
@@ -425,7 +425,7 @@ data_access_check_stab: | |||
425 | mfspr r9,SPRN_DSISR | 425 | mfspr r9,SPRN_DSISR |
426 | srdi r10,r10,60 | 426 | srdi r10,r10,60 |
427 | rlwimi r10,r9,16,0x20 | 427 | rlwimi r10,r9,16,0x20 |
428 | #ifdef CONFIG_KVM_BOOK3S_PR | 428 | #ifdef CONFIG_KVM_BOOK3S_PR_POSSIBLE |
429 | lbz r9,HSTATE_IN_GUEST(r13) | 429 | lbz r9,HSTATE_IN_GUEST(r13) |
430 | rlwimi r10,r9,8,0x300 | 430 | rlwimi r10,r9,8,0x300 |
431 | #endif | 431 | #endif |