--- include/asm-ppc/atomic.h.orig Wed Sep 25 07:49:12 2002 +++ include/asm-ppc/atomic.h Wed Sep 25 07:49:32 2002 @@ -10,8 +10,6 @@ typedef struct { volatile int counter; } atomic_t; -#ifdef __KERNEL__ - #define ATOMIC_INIT(i) { (i) } #define atomic_read(v) ((v)->counter) @@ -181,5 +179,4 @@ #define smp_mb__before_atomic_inc() smp_mb() #define smp_mb__after_atomic_inc() smp_mb() -#endif /* __KERNEL__ */ #endif /* _ASM_PPC_ATOMIC_H_ */