• Alexander Graf's avatar
    KVM: PPC: Enable use of secondary htab bucket · 20a340ab
    Alexander Graf authored
    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: default avatarAlexander Graf <agraf@suse.de>
    Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
    20a340ab
book3s_64_mmu_host.c 10 KB