]> www.infradead.org Git - users/dwmw2/linux.git/commit
KVM: PPC: Fix typo in rebolting code
authorAlexander Graf <agraf@suse.de>
Mon, 4 Jan 2010 21:19:22 +0000 (22:19 +0100)
committerMarcelo Tosatti <mtosatti@redhat.com>
Wed, 6 Jan 2010 08:50:11 +0000 (06:50 -0200)
commiteb97130fa1565eebc7bea75fe496ffe659c28074
tree48992001193c956429cf34f70654c6b7d48b2a31
parent021b08da8f09226e9c45b256a039b3a8622eb4a9
KVM: PPC: Fix typo in rebolting code

When we're loading bolted entries into the SLB again, we're checking if an
entry is in use and only slbmte it when it is.

Unfortunately, the check always goes to the skip label of the first entry,
resulting in an endless loop when it actually gets triggered.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
arch/powerpc/kvm/book3s_64_slb.S