commit | 4fe27d2addda8af7714546a69369fb92dddcf9a3 | [log] [tgz] |
---|---|---|
author | Paul Mackerras <paulus@samba.org> | Thu Feb 14 14:00:25 2013 +0000 |
committer | Alexander Graf <agraf@suse.de> | Fri Mar 22 01:21:17 2013 +0100 |
tree | d3f73128450fd548375f5f1d9cefdf4d1cd197d0 | |
parent | 47bf379742bf1baad9624e203912b72c3fa9c80a [diff] |
KVM: PPC: Remove unused argument to kvmppc_core_dequeue_external Currently kvmppc_core_dequeue_external() takes a struct kvm_interrupt * argument and does nothing with it, in any of its implementations. This removes it in order to make things easier for forthcoming in-kernel interrupt controller emulation code. Signed-off-by: Paul Mackerras <paulus@samba.org> Signed-off-by: Alexander Graf <agraf@suse.de>