Re: [PATCH v4 2/2] powerpc: Fix compile issue with force DAWR

2019-06-03 Thread Michael Neuling
I agree with all the below and will address in v5. Mikey On Tue, 2019-05-28 at 23:28 -0700, Christoph Hellwig wrote: > > +config PPC_DAWR > > + bool > > + default n > > "default n" is the default default. No need to write this line. > > > +++ b/arch/powerpc/kernel/dawr.c > > @@ -0,0 +1,100

Re: [PATCH v4 2/2] powerpc: Fix compile issue with force DAWR

2019-05-28 Thread Christoph Hellwig
> +config PPC_DAWR > + bool > + default n "default n" is the default default. No need to write this line. > +++ b/arch/powerpc/kernel/dawr.c > @@ -0,0 +1,100 @@ > +// SPDX-License-Identifier: GPL-2.0+ > +// > +// DAWR infrastructure > +// > +// Copyright 2019, Michael Neuling, IBM Corpor