From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: rename packages/ to recipes/ per earlier agreement See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- .../linux-libc-headers-2.6.8.1/mips-asm-atomic-system.diff | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 recipes/linux-libc-headers/linux-libc-headers-2.6.8.1/mips-asm-atomic-system.diff (limited to 'recipes/linux-libc-headers/linux-libc-headers-2.6.8.1/mips-asm-atomic-system.diff') diff --git a/recipes/linux-libc-headers/linux-libc-headers-2.6.8.1/mips-asm-atomic-system.diff b/recipes/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/recipes/linux-libc-headers/linux-libc-headers-2.6.8.1/mips-asm-atomic-system.diff @@ -0,0 +1,11 @@ +--- include/asm-mips/atomic.h.orig 2004-10-01 10:10:05.487734944 +0200 ++++ include/asm-mips/atomic.h 2004-10-01 10:10:15.837161592 +0200 +@@ -15,8 +15,6 @@ + #define _ASM_ATOMIC_H + + +-#include +- + typedef struct { volatile int counter; } atomic_t; + typedef struct { volatile __s64 counter; } atomic64_t; + -- cgit v1.2.3