From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] PPC: Fix typo in rebolting code Date: Wed, 6 Jan 2010 06:53:56 -0200 Message-ID: <20100106085356.GB3966@amt.cnet> References: <1262639962-21436-1-git-send-email-agraf@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, kvm-ppc To: Alexander Graf Return-path: Received: from mx1.redhat.com ([209.132.183.28]:29197 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755625Ab0AFJUo (ORCPT ); Wed, 6 Jan 2010 04:20:44 -0500 Content-Disposition: inline In-Reply-To: <1262639962-21436-1-git-send-email-agraf@suse.de> Sender: kvm-owner@vger.kernel.org List-ID: On Mon, Jan 04, 2010 at 10:19:22PM +0100, Alexander Graf wrote: > 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 Applied, thanks.