[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <BANLkTi=f2N+dO2nBLobM73jCg0U0QSqxNQ@mail.gmail.com>
Date: Fri, 17 Jun 2011 02:36:56 -0400
From: Mike Frysinger <vapier.adi@...il.com>
To: Arun Sharma <asharma@...com>
Cc: linux-kernel@...r.kernel.org,
Andrew Morton <akpm@...ux-foundation.org>,
Eric Dumazet <eric.dumazet@...il.com>,
Ingo Molnar <mingo@...e.hu>, David Miller <davem@...emloft.net>
Subject: Re: [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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists