diff options
author | Justin Patrin <papercrane@gmail.com> | 2005-08-22 20:50:44 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-22 20:50:44 +0000 |
commit | 5099863a47319b3cb63dd56c98ce7829826834f1 (patch) | |
tree | d21807472ee666cc04fc3f122e737166b3489380 /packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050602/armdeffix.patch | |
parent | 15327f6dce227ddd18ac4a0da40ffe72e509df0d (diff) | |
parent | d0ba354bb113dbbbe4794ec97138c374f24d4d40 (diff) |
merge of 691f0a578002a1d669bfbee72d4a577ba19f5509
and c456324f80138ac3564996d0741d738f1fafa406
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.patch | 13 |
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; |