summaryrefslogtreecommitdiff
path: root/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050602/armdeffix.patch
diff options
context:
space:
mode:
authorRene Wagner <rw@handhelds.org>2005-08-24 16:27:50 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-24 16:27:50 +0000
commit9ab834cb933cbe887ecc45a05086aeac9bcae5af (patch)
tree8dc51bf63102b2c25b2db367863bdf51adae976f /packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050602/armdeffix.patch
parent7106374e696b7d9f7e03702950352b5191ffa556 (diff)
parent09fc038cf066498585825d2706dec7accdc20edb (diff)
merge of 67c06308e7dc7f4e91adc69fedea16ec131bb45e
and ab3bfea881e8e12863a1707268606b7f864d1dc6
Diffstat (limited to 'packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050602/armdeffix.patch')
-rw-r--r--packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050602/armdeffix.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050602/armdeffix.patch b/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050602/armdeffix.patch
new file mode 100644
index 0000000000..4a7a8d8f20
--- /dev/null
+++ b/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050602/armdeffix.patch
@@ -0,0 +1,13 @@
+--- 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;