From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH V13 6/7] xen/arm: Enable mem_access on ARM Date: Thu, 12 Mar 2015 13:36:07 +0000 Message-ID: <1426167367.21353.424.camel@citrix.com> References: <1425677073-13729-1-git-send-email-tklengyel@sec.in.tum.de> <1425677073-13729-7-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: <1425677073-13729-7-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: wei.liu2@citrix.com, stefano.stabellini@eu.citrix.com, ian.jackson@eu.citrix.com, julien.grall@linaro.org, tim@xen.org, xen-devel@lists.xen.org, stefano.stabellini@citrix.com, jbeulich@suse.com, keir@xen.org List-Id: xen-devel@lists.xenproject.org On Fri, 2015-03-06 at 22:24 +0100, Tamas K Lengyel wrote: > Signed-off-by: Tamas K Lengyel Acked-by: Ian Campbell > --- > config/arm32.mk | 1 + > config/arm64.mk | 1 + > 2 files changed, 2 insertions(+) > > diff --git a/config/arm32.mk b/config/arm32.mk > index 268ca9c..cd97e42 100644 > --- a/config/arm32.mk > +++ b/config/arm32.mk > @@ -14,6 +14,7 @@ HAS_EXYNOS4210 := y > HAS_OMAP := y > HAS_SCIF := y > HAS_NS16550 := y > +HAS_MEM_ACCESS := y > > # Use only if calling $(LD) directly. > LDFLAGS_DIRECT += -EL > diff --git a/config/arm64.mk b/config/arm64.mk > index 6eafda2..d2fd242 100644 > --- a/config/arm64.mk > +++ b/config/arm64.mk > @@ -8,6 +8,7 @@ CFLAGS += #-marm -march= -mcpu= etc > > HAS_PL011 := y > HAS_NS16550 := y > +HAS_MEM_ACCESS := y > > # Use only if calling $(LD) directly. > LDFLAGS_DIRECT += -EL