[v2][KVM][PATCH 1/1] kvm:ppc: enable doorbell exception with CONFIG_PPC_DOORBELL
    Tiejun Chen 
    tiejun.chen at windriver.com
       
    Tue May  7 20:23:52 EST 2013
    
    
  
CONFIG_PPC_DOORBELL is enough to cover all variants.
Signed-off-by: Tiejun Chen <tiejun.chen at windriver.com>
---
 arch/powerpc/kvm/booke.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/powerpc/kvm/booke.c b/arch/powerpc/kvm/booke.c
index 1020119..62d4ece 100644
--- a/arch/powerpc/kvm/booke.c
+++ b/arch/powerpc/kvm/booke.c
@@ -795,7 +795,7 @@ static void kvmppc_restart_interrupt(struct kvm_vcpu *vcpu,
 		kvmppc_fill_pt_regs(®s);
 		timer_interrupt(®s);
 		break;
-#if defined(CONFIG_PPC_FSL_BOOK3E) || defined(CONFIG_PPC_BOOK3E_64)
+#if defined(CONFIG_PPC_DOORBELL)
 	case BOOKE_INTERRUPT_DOORBELL:
 		kvmppc_fill_pt_regs(®s);
 		doorbell_exception(®s);
-- 
1.7.9.5
    
    
More information about the Linuxppc-dev
mailing list