diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-09-11 17:21:12 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-11 17:21:12 +0000 |
commit | e8bfd5e0314d63e3f9a0fe012d7d8f032ae10fbb (patch) | |
tree | a44ed54d44044aba622a0ce6a1331b427c3e46a1 /packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/armdeffix.patch | |
parent | 90f4790206716b6d4291b7133a63b9270fc2b907 (diff) |
remove older version of sharp pxa27x kernel, the new version works with all models
Diffstat (limited to 'packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/armdeffix.patch')
-rw-r--r-- | packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/armdeffix.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/armdeffix.patch b/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/armdeffix.patch deleted file mode 100644 index 4a7a8d8f20..0000000000 --- a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/armdeffix.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- linux/include/asm-arm/processor.h.orig 2005-04-22 16:17:14.240797608 +0100 -+++ linux/include/asm-arm/processor.h 2005-04-22 16:18:16.671306728 +0100 -@@ -46,6 +46,10 @@ - #include <asm/proc/processor.h> - #include <asm/types.h> - -+/* -+ * Evil hack because the Embedix 2.95 defines this which breaks things. JMD. -+ */ -+#undef arm - union debug_insn { - u32 arm; - u16 thumb; |