diff options
| author | Richard Purdie <richard@openedhand.com> | 2005-08-31 10:45:47 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2005-08-31 10:45:47 +0000 |
| commit | 4b46c1f6e891b1ddd5968536440b888661fade3e (patch) | |
| tree | e0ba2c1f56f61b868bf746da5c4feabb25b800b2 /openembedded/packages/linux-libc-headers/linux-libc-headers-2.6.8.1/mips-asm-atomic-system.diff | |
| download | poky-4b46c1f6e891b1ddd5968536440b888661fade3e.tar.gz | |
Initial population
git-svn-id: https://svn.o-hand.com/repos/poky@1 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/linux-libc-headers/linux-libc-headers-2.6.8.1/mips-asm-atomic-system.diff')
| -rw-r--r-- | openembedded/packages/linux-libc-headers/linux-libc-headers-2.6.8.1/mips-asm-atomic-system.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/openembedded/packages/linux-libc-headers/linux-libc-headers-2.6.8.1/mips-asm-atomic-system.diff b/openembedded/packages/linux-libc-headers/linux-libc-headers-2.6.8.1/mips-asm-atomic-system.diff new file mode 100644 index 0000000000..a06b5affd9 --- /dev/null +++ b/openembedded/packages/linux-libc-headers/linux-libc-headers-2.6.8.1/mips-asm-atomic-system.diff | |||
| @@ -0,0 +1,11 @@ | |||
| 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 | |||
