blob: 4a7a8d8f207beb624da28b8f13c029e53c4232e2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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;
|