]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Merge remote-tracking branch 'kvm-ppc/kvm-ppc-next'
authorStephen Rothwell <sfr@canb.auug.org.au>
Tue, 9 Oct 2012 02:28:25 +0000 (13:28 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 9 Oct 2012 02:28:25 +0000 (13:28 +1100)
1  2 
arch/powerpc/include/asm/Kbuild
arch/powerpc/include/asm/kvm_book3s.h
arch/powerpc/kvm/book3s_32_mmu_host.c
arch/powerpc/kvm/book3s_64_mmu_host.c
arch/powerpc/kvm/trace.h
arch/powerpc/sysdev/fsl_msi.c
drivers/tty/Kconfig
include/linux/kvm_host.h

index ace53dbde2cdb2dbc07aa8d3b9c6593508d02969,13d6b7bf3b69818641705770fed052999389afd5..2767973971301ed82428124a2eed2b5a5da303bf
@@@ -34,6 -34,6 +34,7 @@@ header-y += termios.
  header-y += types.h
  header-y += ucontext.h
  header-y += unistd.h
+ header-y += epapr_hcalls.h
  
 +generic-y += clkdev.h
  generic-y += rwsem.h
Simple merge
Simple merge
Simple merge
Simple merge
index 51ffafae561ea5a4a12da1f401c76da164811fff,7e2b2f2e3ecde13f9e95c88801297d09c49a2583..63c5f04ea580177649aba38d101cb3f86b40cb35
@@@ -506,12 -509,14 +509,14 @@@ static const struct of_device_id fsl_of
        },
        {
                .compatible = "fsl,ipic-msi",
 -              .data = (void *)&ipic_msi_feature,
 +              .data = &ipic_msi_feature,
        },
+ #ifdef CONFIG_EPAPR_PARAVIRT
        {
                .compatible = "fsl,vmpic-msi",
 -              .data = (void *)&vmpic_msi_feature,
 +              .data = &vmpic_msi_feature,
        },
+ #endif
        {}
  };
  
Simple merge
Simple merge