KVM: PPC: Revert "KVM: PPC: Use kernel hash function"
authorAlexander Graf <agraf@suse.de>
Mon, 2 Aug 2010 19:48:53 +0000 (21:48 +0200)
committerAvi Kivity <avi@redhat.com>
Sun, 24 Oct 2010 08:52:08 +0000 (10:52 +0200)
commitb9877ce2994cc812f00dbb2adb88c1749b6dac86
treee922a4f2db2f8e226f1e9cf9ec1234fe7b56a41e
parent928d78be54014e65498e289fdc3f82acc4b804a9
KVM: PPC: Revert "KVM: PPC: Use kernel hash function"

It turns out the in-kernel hash function is sub-optimal for our subtle
hash inputs where every bit is significant. So let's revert to the original
hash functions.

This reverts commit 05340ab4f9a6626f7a2e8f9fe5397c61d494f445.

Signed-off-by: Alexander Graf <agraf@suse.de>
arch/powerpc/kvm/book3s_32_mmu_host.c
arch/powerpc/kvm/book3s_64_mmu_host.c