From: Alexander Graf Date: Fri, 19 Feb 2010 10:00:46 +0000 (+0100) Subject: KVM: PPC: Enable use of secondary htab bucket X-Git-Tag: v2.6.35-rc1~436^2~235 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20a340abd3f7a1ca4d11502ec71d52b4f414326e;p=pandora-kernel.git KVM: PPC: Enable use of secondary htab bucket We had code to make use of the secondary htab buckets, but kept that disabled because it was unstable when I put it in. I checked again if that's still the case and apparently it was only exposing some instability that was there anyways before. I haven't seen any badness related to usage of secondary htab entries so far. This should speed up guest memory allocations by quite a bit, because we now have more space to put PTEs in. Signed-off-by: Alexander Graf Signed-off-by: Avi Kivity --- Reading git-diff-tree failed