Re: [PATCH] KVM: PPC: Use kernel hash function

2010-06-22 Thread Avi Kivity
On 06/21/2010 04:25 PM, Alexander Graf wrote: The linux kernel already provides a hash function. Let's reuse that instead of reinventing the wheel! Applied, thanks. -- error compiling committee.c: too many arguments to function ___ Linuxppc-dev

[PATCH] KVM: PPC: Use kernel hash function

2010-06-21 Thread Alexander Graf
The linux kernel already provides a hash function. Let's reuse that instead of reinventing the wheel! Signed-off-by: Alexander Graf ag...@suse.de --- arch/powerpc/kvm/book3s_32_mmu_host.c | 10 ++ arch/powerpc/kvm/book3s_64_mmu_host.c | 11 ++- 2 files changed, 4