From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH for-4.5 v7 21/21] tools/tests: Enable xen-access on ARM Date: Mon, 22 Sep 2014 13:29:42 +0100 Message-ID: <1411388982.18331.69.camel@kazak.uk.xensource.com> References: <1410987084-11899-1-git-send-email-tklengyel@sec.in.tum.de> <1410987084-11899-22-git-send-email-tklengyel@sec.in.tum.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1410987084-11899-22-git-send-email-tklengyel@sec.in.tum.de> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Tamas K Lengyel Cc: tim@xen.org, julien.grall@linaro.org, ian.jackson@eu.citrix.com, xen-devel@lists.xen.org, stefano.stabellini@citrix.com, andres@lagarcavilla.org, jbeulich@suse.com, dgdegra@tycho.nsa.gov List-Id: xen-devel@lists.xenproject.org On Wed, 2014-09-17 at 22:51 +0200, Tamas K Lengyel wrote: > diff --git a/config/arm32.mk b/config/arm32.mk > index aa79d22..4a7c259 100644 > --- a/config/arm32.mk > +++ b/config/arm32.mk > @@ -13,6 +13,7 @@ HAS_PL011 := y > HAS_EXYNOS4210 := y > HAS_OMAP := y > HAS_NS16550 := y > +HAS_MEM_ACCESS := y I think this (and the others) duplicate the one added to arch/*/Rules.mk in a previous patch. I think you can get away with only this one (since it is ultimately included I think). For x86 I'd suggest doing the MEM_PAGING one here too for consistency. Ian.