Re: [PATCH] atomic: cleanup asm-generic atomic*.h inclusion

From: Mike Frysinger
Date: Fri Jun 17 2011 - 02:37:34 EST


On Wed, Jun 15, 2011 at 21:29, Arun Sharma wrote:
> --- a/arch/blackfin/include/asm/atomic.h
> +++ b/arch/blackfin/include/asm/atomic.h
> @@ -116,10 +116,7 @@ static inline int atomic_test_mask(int mask, atomic_t *v)
> Â#define atomic_sub_and_test(i,v) (atomic_sub_return((i), (v)) == 0)
> Â#define atomic_dec_and_test(v) (atomic_sub_return(1, (v)) == 0)
>
> -#include <asm-generic/atomic-long.h>
>
> Â#endif
>
> -#include <asm-generic/atomic64.h>
> -
> Â#endif

i'm not sure this doesnt break things. what tree exactly should i
apply this patch to to verify things ?
-mike
--
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/