Re: [PATCH 17/35] Make asm-generic/cmpxchg.h #include asm-generic/cmpxchg-local.h [ver #2]

From: Arnd Bergmann
Date: Tue Mar 13 2012 - 05:53:35 EST


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-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/