summaryrefslogtreecommitdiffstats
path: root/target/linux/coldfire/patches/100-compile_fixes.patch
diff options
context:
space:
mode:
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-06-23 21:04:37 +0000
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-06-23 21:04:37 +0000
commit343c185b7d7383b1f5b5144e837045af28afc42b (patch)
tree6d3382662fa3ad4119d3a3cda223c53949ca4894 /target/linux/coldfire/patches/100-compile_fixes.patch
parent145f9652a593d19b149d2f25febd4aa0c1ab57d1 (diff)
use broken-out patches for the coldfire to make it easier to follow differences against the bsp
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16547 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/coldfire/patches/100-compile_fixes.patch')
-rw-r--r--target/linux/coldfire/patches/100-compile_fixes.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/target/linux/coldfire/patches/100-compile_fixes.patch b/target/linux/coldfire/patches/100-compile_fixes.patch
index 7a579b362..0f0694e2f 100644
--- a/target/linux/coldfire/patches/100-compile_fixes.patch
+++ b/target/linux/coldfire/patches/100-compile_fixes.patch
@@ -9,18 +9,6 @@
{
pgd_val(*pgdp) = virt_to_phys(pmdp);
}
---- a/include/asm-m68k/irq.h
-+++ b/include/asm-m68k/irq.h
-@@ -61,7 +61,8 @@
-
- #define IRQ_USER 8
-
--extern unsigned int irq_canonicalize(unsigned int irq);
-+//extern unsigned int irq_canonicalize(unsigned int irq);
-+#define irq_canonicalize(irq) (irq)
-
- struct pt_regs;
-
--- a/arch/m68k/mm/cf-mmu.c
+++ b/arch/m68k/mm/cf-mmu.c
@@ -21,6 +21,7 @@