Re: [PATCHv2 14/14] treewide: Decouple cacheflush.h and set_memory.h

2017-03-04 Thread kbuild test robot
Hi Laura, [auto build test ERROR on linus/master] [also build test ERROR on next-20170303] [cannot apply to tip/x86/core drm/drm-next v4.10] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Laura-

Re: [PATCHv2 14/14] treewide: Decouple cacheflush.h and set_memory.h

2017-03-04 Thread kbuild test robot
Hi Laura, [auto build test ERROR on linus/master] [also build test ERROR on next-20170303] [cannot apply to tip/x86/core drm/drm-next v4.10] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Laura-

Re: [PATCHv2 14/14] treewide: Decouple cacheflush.h and set_memory.h

2017-03-02 Thread Mark Rutland
On Wed, Mar 01, 2017 at 04:15:06PM -0800, Laura Abbott wrote: > > Now that all call sites, completely decouple cacheflush.h and > set_memory.h > > Signed-off-by: Laura Abbott > --- > arch/arm/include/asm/cacheflush.h | 1 - > arch/arm64/include/asm/cacheflush.h | 1 - > arch/s390/include/asm/

Re: [PATCHv2 14/14] treewide: Decouple cacheflush.h and set_memory.h

2017-03-02 Thread Catalin Marinas
On Wed, Mar 01, 2017 at 04:15:06PM -0800, Laura Abbott wrote: > Now that all call sites, completely decouple cacheflush.h and > set_memory.h > > Signed-off-by: Laura Abbott For arm64: Acked-by: Catalin Marinas

Re: [PATCHv2 14/14] treewide: Decouple cacheflush.h and set_memory.h

2017-03-02 Thread Russell King - ARM Linux
On Wed, Mar 01, 2017 at 04:15:06PM -0800, Laura Abbott wrote: > diff --git a/arch/arm/include/asm/cacheflush.h > b/arch/arm/include/asm/cacheflush.h > index 1cb9d11..d69bebf 100644 > --- a/arch/arm/include/asm/cacheflush.h > +++ b/arch/arm/include/asm/cacheflush.h > @@ -16,7 +16,6 @@ > #include

[PATCHv2 14/14] treewide: Decouple cacheflush.h and set_memory.h

2017-03-01 Thread Laura Abbott
Now that all call sites, completely decouple cacheflush.h and set_memory.h Signed-off-by: Laura Abbott --- arch/arm/include/asm/cacheflush.h | 1 - arch/arm64/include/asm/cacheflush.h | 1 - arch/s390/include/asm/Kbuild| 1 + arch/s390/include/asm/cacheflush.h | 8 arch/x86/