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 cf9c69b9189c..d4be7bb3dbdf 100644 --- a/arch/powerpc/kernel/exceptions-64s.S +++ b/arch/powerpc/kernel/exceptions-64s.S | |||
@@ -65,7 +65,7 @@ BEGIN_FTR_SECTION | |||
65 | lbz r0,PACAPROCSTART(r13) | 65 | lbz r0,PACAPROCSTART(r13) |
66 | cmpwi r0,0x80 | 66 | cmpwi r0,0x80 |
67 | bne 1f | 67 | bne 1f |
68 | li r0,0 | 68 | li r0,1 |
69 | stb r0,PACAPROCSTART(r13) | 69 | stb r0,PACAPROCSTART(r13) |
70 | b kvm_start_guest | 70 | b kvm_start_guest |
71 | 1: | 71 | 1: |