]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/linux-libc-headers/linux-libc-headers-2.6.8.1/mips-asm-atomic-system.diff
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / linux-libc-headers / linux-libc-headers-2.6.8.1 / mips-asm-atomic-system.diff
1 --- include/asm-mips/atomic.h.orig      2004-10-01 10:10:05.487734944 +0200
2 +++ include/asm-mips/atomic.h   2004-10-01 10:10:15.837161592 +0200
3 @@ -15,8 +15,6 @@
4  #define _ASM_ATOMIC_H
5  
6  
7 -#include <asm/system.h>
8 -
9  typedef struct { volatile int counter; } atomic_t;
10  typedef struct { volatile __s64 counter; } atomic64_t;
11