Re: [U-Boot] [PATCH 3/8]: Define test_and_set/clear_bit for ARM

2009-08-17 Thread Simon Kagstrom
On Sun, 19 Jul 2009 11:47:13 +0200 Jean-Christophe PLAGNIOL-VILLARD wrote: > On 15:58 Tue 07 Jul , Simon Kagstrom wrote: > > Signed-off-by: Simon Kagstrom > > --- > > include/asm-arm/bitops.h |4 ++-- > > 1 files changed, 2 insertions(+), 2 deletions(-) > > > NACK > > the test_and_set

Re: [U-Boot] [PATCH 3/8]: Define test_and_set/clear_bit for ARM

2009-07-19 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <20090719094713.ge31...@game.jcrosoft.org> you wrote: > On 15:58 Tue 07 Jul , Simon Kagstrom wrote: > > Signed-off-by: Simon Kagstrom > > --- > > include/asm-arm/bitops.h |4 ++-- > > 1 files changed, 2 insertions(+), 2 deletions(-) > >

Re: [U-Boot] [PATCH 3/8]: Define test_and_set/clear_bit for ARM

2009-07-19 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:58 Tue 07 Jul , Simon Kagstrom wrote: > Signed-off-by: Simon Kagstrom > --- > include/asm-arm/bitops.h |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > NACK the test_and_set_bit and co must be endianless specific which is not the case here rename it atomic_test_a

[U-Boot] [PATCH 3/8]: Define test_and_set/clear_bit for ARM

2009-07-07 Thread Simon Kagstrom
Signed-off-by: Simon Kagstrom --- include/asm-arm/bitops.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/asm-arm/bitops.h b/include/asm-arm/bitops.h index e98dd56..2abca0b 100644 --- a/include/asm-arm/bitops.h +++ b/include/asm-arm/bitops.h @@ -48,7 +48,7 @@