]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050602/armdeffix.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / linux / openzaurus-pxa27x-2.4.20-rmk2-embedix20050602 / armdeffix.patch
1 --- linux/include/asm-arm/processor.h.orig      2005-04-22 16:17:14.240797608 +0100
2 +++ linux/include/asm-arm/processor.h   2005-04-22 16:18:16.671306728 +0100
3 @@ -46,6 +46,10 @@
4  #include <asm/proc/processor.h>
5  #include <asm/types.h>
6  
7 +/*
8 + * Evil hack because the Embedix 2.95 defines this which breaks things. JMD.
9 + */
10 +#undef arm
11  union debug_insn {
12         u32     arm;
13         u16     thumb;