On Monday 12 March 2012, David Howells wrote: > Make asm-generic/cmpxchg.h #include asm-generic/cmpxchg-local.h as all arch > files that #include the former also #include the latter. See: > > grep -rl asm-generic/cmpxchg-local[.]h arch/ | sort > b > grep -rl asm-generic/cmpxchg[.]h arch/ | sort > a > comm a b > > This simplifies the disintegration of asm-generic/system.h for arches that > don't have their own. > > Signed-off-by: David Howells <[email protected]> > cc: Arnd Bergmann <[email protected]>
Acked-by: Arnd Bergmann <[email protected]> I would suggest we merge this one through the openrisc tree, along with the other asm-generic patches in your series. asm-generic patches tend to have dependencies on other stuff and they rarely conflict with one another, so generally my preference is to have them sent by whoever needs them, with my ack. Arnd _______________________________________________ Linux mailing list [email protected] http://lists.openrisc.net/listinfo/linux
