Around Fri 18 Apr 2014 06:05:23 -0700 or thereabout, tip-bot for Peter Zijlstra wrote: > Commit-ID: 710adaa913169d7183cdf0de41c2a349101ff615 > Gitweb: http://git.kernel.org/tip/710adaa913169d7183cdf0de41c2a349101ff615 > Author: Peter Zijlstra <[email protected]> > AuthorDate: Thu, 13 Mar 2014 19:00:37 +0100 > Committer: Ingo Molnar <[email protected]> > CommitDate: Fri, 18 Apr 2014 11:40:33 +0200 > > arch,avr32: Convert smp_mb__*() > > AVR32's mb() implementation is a compiler barrier(), therefore it all > doesn't matter, fully rely on whatever asm-generic/barrier.h > generates.
Thanks for cleaning, would this go in through some tip-tree? Or would you prefer if I added it to my for-linus branch? I currently have nothing in the pipe for 3.15. > Signed-off-by: Peter Zijlstra <[email protected]> > Acked-by: Paul E. McKenney <[email protected]> > Link: http://lkml.kernel.org/n/[email protected] > Cc: Haavard Skinnemoen <[email protected]> > Cc: Hans-Christian Egtvedt <[email protected]> > Cc: Linus Torvalds <[email protected]> > Cc: [email protected] > Signed-off-by: Ingo Molnar <[email protected]> Acked-by: Hans-Christian Egtvedt <[email protected]> > --- > arch/avr32/include/asm/atomic.h | 5 ----- > arch/avr32/include/asm/bitops.h | 9 ++------- > 2 files changed, 2 insertions(+), 12 deletions(-) <snipp diff> -- mvh Hans-Christian Egtvedt -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

