KVM: PPC: Book3S HV: Fix inaccurate comment
authorPaul Mackerras <paulus@ozlabs.org>
Thu, 19 Apr 2018 01:49:51 +0000 (11:49 +1000)
committerPaul 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

index 0e84930332889507ce2461986c080aadd2bb14b2..82f2ff9410b6a3d398a290f2703a30b38b93ea10 100644 (file)
@@ -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.
  */
 
        /*