lkml.org 
[lkml]   [2011]   [Jun]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: [PATCH] atomic: cleanup asm-generic atomic*.h inclusion
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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2011-06-17 08:39    [W:1.665 / U:0.048 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site