From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Subject: Re: [v4][PATCH] KVM: PPC: Book3E HV: call RECONCILE_IRQ_STATE to sync the software state Date: Tue, 22 Oct 2013 14:26:33 +0100 Message-ID: <1382448393.3926.19.camel@aoeu.buserror.net> References: <1382349453-31198-1-git-send-email-tiejun.chen@windriver.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: , , To: Tiejun Chen Return-path: In-Reply-To: <1382349453-31198-1-git-send-email-tiejun.chen@windriver.com> Sender: kvm-ppc-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On Mon, 2013-10-21 at 17:57 +0800, Tiejun Chen wrote: > +#ifdef CONFIG_64BIT > + /* > + * We enter with interrupts disabled in hardware, but > + * we need to call SOFT_DISABLE_INTS anyway to ensure > + * that the software state is kept in sync. > + */ > + RECONCILE_IRQ_STATE(r3,r5) > +#endif s/SOFT_DISABLE_INTS/RECONCILE_IRQ_STATE/ in the comment. -Scott