projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7aa1584
)
KVM: PPC: Book3S HV: Fix inaccurate comment
author
Paul Mackerras
<paulus@ozlabs.org>
Thu, 19 Apr 2018 01:49:51 +0000
(11:49 +1000)
committer
Paul Mackerras
<paulus@ozlabs.org>
Thu, 17 May 2018 06:36:56 +0000
(16:36 +1000)
We now have interrupts hard-disabled when coming back from
kvmppc_hv_entry_trampoline, so this changes the comment to reflect
that.
Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
arch/powerpc/kvm/book3s_hv_interrupts.S
patch
|
blob
|
history
diff --git
a/arch/powerpc/kvm/book3s_hv_interrupts.S
b/arch/powerpc/kvm/book3s_hv_interrupts.S
index 0e84930332889507ce2461986c080aadd2bb14b2..82f2ff9410b6a3d398a290f2703a30b38b93ea10 100644
(file)
--- a/
arch/powerpc/kvm/book3s_hv_interrupts.S
+++ b/
arch/powerpc/kvm/book3s_hv_interrupts.S
@@
-137,7
+137,7
@@
END_FTR_SECTION_IFSET(CPU_FTR_ARCH_300)
/*
* We return here in virtual mode after the guest exits
* with something that we can't handle in real mode.
- * Interrupts are
enabled again at this point
.
+ * Interrupts are
still hard-disabled
.
*/
/*