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 <dhowells@xxxxxxxxxx> > cc: Arnd Bergmann <arnd@xxxxxxxx> Acked-by: Arnd Bergmann <arnd@xxxxxxxx> 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 -- To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html