Re: [PATCH] ARM: remove unused CONFIG_ARCH_HAS_BARRIERS

2016-06-20 Thread Arnd Bergmann
On Monday, June 20, 2016 10:28:29 AM CEST Masahiro Yamada wrote: > Hi. > > I have not had any comment on this patch, > but it looks correct to me. Yes, I agree. Feel free to add my Acked-by: Arnd Bergmann > I will put it into Russell's patch tracker > if nobody is against it. Ok, thanks!

Re: [PATCH] ARM: remove unused CONFIG_ARCH_HAS_BARRIERS

2016-06-19 Thread Masahiro Yamada
Hi. I have not had any comment on this patch, but it looks correct to me. I will put it into Russell's patch tracker if nobody is against it. 2016-06-13 21:25 GMT+09:00 Masahiro Yamada : > Since commit 2b749cb3a515 ("ARM: realview: remove private barrier > implementation"), this config is not

[PATCH] ARM: remove unused CONFIG_ARCH_HAS_BARRIERS

2016-06-13 Thread Masahiro Yamada
Since commit 2b749cb3a515 ("ARM: realview: remove private barrier implementation"), this config is not used by any platform. Signed-off-by: Masahiro Yamada --- arch/arm/include/asm/barrier.h | 4 +--- arch/arm/mm/Kconfig| 6 -- 2 files changed, 1 insertion(+), 9 deletions(-) di