Re: [Xen-devel] [PATCH] xen/arm: fix SMMU driver build

2018-08-29 Thread Stefano Stabellini
On Wed, 29 Aug 2018, Julien Grall wrote: > Hi Stefano, > > On 08/29/2018 12:47 AM, Stefano Stabellini wrote: > > Add missing "CONFIG_" > > I would add the commit id where the bug was introduced. > > I will commit and add in the commit message: > > This build failure was introduced by commit 277

Re: [Xen-devel] [PATCH] xen/arm: fix SMMU driver build

2018-08-29 Thread Julien Grall
Hi Stefano, On 08/29/2018 12:47 AM, Stefano Stabellini wrote: Add missing "CONFIG_" I would add the commit id where the bug was introduced. I will commit and add in the commit message: This build failure was introduced by commit 277aa3523d "arm: make it possible to disable the SMMU driver".