From: Alexander Graf Date: Mon, 4 Jan 2010 21:19:22 +0000 (+0100) Subject: KVM: PPC: Fix typo in rebolting code X-Git-Tag: v2.6.34-rc1~193^2~105 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b480f780f071a068810ccd0e49c1daa210bfbeab;p=pandora-kernel.git 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 Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed