diff options
author | Koen Kooi <koen@openembedded.org> | 2005-06-30 08:19:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-06-30 08:19:37 +0000 |
commit | c8e5702127e507e82e6f68a4b8c546803accea9d (patch) | |
tree | 00583491f40ecc640f2b28452af995e3a63a09d7 /packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/armdeffix.patch | |
parent | 87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff) |
import clean BK tree at cset 1.3670
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, 13 insertions, 0 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 index e69de29bb2..4a7a8d8f20 100644 --- a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/armdeffix.patch +++ b/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/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; |