OSDN Git Service

Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next
authorPaul Mackerras <paulus@ozlabs.org>
Wed, 8 Feb 2017 08:35:34 +0000 (19:35 +1100)
committerPaul Mackerras <paulus@ozlabs.org>
Wed, 8 Feb 2017 08:35:34 +0000 (19:35 +1100)
This merges in a fix which touches both PPC and KVM code,
which was therefore put into a topic branch in the powerpc
tree.

Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
1  2 
arch/powerpc/kvm/book3s_hv_builtin.c
arch/powerpc/kvm/book3s_hv_rm_xics.c

Simple merge
@@@ -35,8 -35,8 +35,8 @@@ int kvm_irq_bypass = 1
  EXPORT_SYMBOL(kvm_irq_bypass);
  
  static void icp_rm_deliver_irq(struct kvmppc_xics *xics, struct kvmppc_icp *icp,
 -                          u32 new_irq);
 +                          u32 new_irq, bool check_resend);
- static int xics_opal_rm_set_server(unsigned int hw_irq, int server_cpu);
+ static int xics_opal_set_server(unsigned int hw_irq, int server_cpu);
  
  /* -- ICS routines -- */
  static void ics_rm_check_resend(struct kvmppc_xics *xics,