mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
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
This commit is contained in:
@@ -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 @@
|
||||
|
||||
Reference in New Issue
Block a user