| Kernel v2.4.13 /include/asm-arm/atomic.h |
|---|
 2.4.13
 include
 asm-arm
 atomic.h
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) }
|