Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.4.13 /include/asm-arm/atomic.h

Filename:/include/asm-arm/atomic.h
Lines Added:0
Lines Deleted:4
Also changed in: (Previous) 2.4.13-pre6  2.4.13-pre5  2.4.13-pre4  2.4.13-pre3  2.4.13-pre2  2.4.13-pre1 
(Following) 2.4.21-bk1  2.4.21-bk2  2.4.21-bk3  2.4.21-bk4  2.4.21-bk5  2.4.21-bk6 

Location
[  2.4.13
  [  include
    [  asm-arm
       o  atomic.h

Patch

diff -u --recursive --new-file v2.4.12/linux/include/asm-arm/atomic.h linux/include/asm-arm/atomic.h
--- v2.4.12/linux/include/asm-arm/atomic.h   Mon Aug 27 12:41:47 2001
+++ linux/include/asm-arm/atomic.h   Thu Oct 11 09:04:57 2001
@@ -22,11 +22,7 @@
 #error SMP not supported
 #endif
 
-#ifdef CONFIG_ARCH_CO285
 typedef struct { volatile int counter; } atomic_t;
-#else
-typedef struct { int counter; } atomic_t;
-#endif
 
 #define ATOMIC_INIT(i)   { (i) }
 


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.