From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v2 8/9] xen: arm: handle remaining traps from userspace Date: Thu, 19 Feb 2015 12:25:24 +0000 Message-ID: <1424348724.30924.61.camel@citrix.com> References: <1423542956.5851.9.camel@citrix.com> <1423543523-8010-8-git-send-email-ian.campbell@citrix.com> <54E35E0E.1070406@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <54E35E0E.1070406@linaro.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Julien Grall Cc: stefano.stabellini@eu.citrix.com, tim@xen.org, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Tue, 2015-02-17 at 15:28 +0000, Julien Grall wrote: > Hi Ian, > > On 10/02/15 04:45, Ian Campbell wrote: > > case HSR_EC_SMC64: > > + BUG_ON(psr_mode_is_32bit(regs->cpsr)); > > perfc_incr(trap_smc64); > > - inject_undef64_exception(regs, hsr.len); > > I don't understand why you drop the #undef injection. Is it a mistake? Yes, a rebase-o. Fixed. Ian.