ralink: fix cevt-r4k hack
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45342
This commit is contained in:
parent
19b239d643
commit
607a7a35be
1 changed files with 22 additions and 3 deletions
|
@ -11,7 +11,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org>
|
||||||
|
|
||||||
--- a/arch/mips/kernel/cevt-r4k.c
|
--- a/arch/mips/kernel/cevt-r4k.c
|
||||||
+++ b/arch/mips/kernel/cevt-r4k.c
|
+++ b/arch/mips/kernel/cevt-r4k.c
|
||||||
@@ -29,12 +29,6 @@ static int mips_next_event(unsigned long
|
@@ -29,12 +29,6 @@
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org>
|
||||||
DEFINE_PER_CPU(struct clock_event_device, mips_clockevent_device);
|
DEFINE_PER_CPU(struct clock_event_device, mips_clockevent_device);
|
||||||
int cp0_timer_irq_installed;
|
int cp0_timer_irq_installed;
|
||||||
|
|
||||||
@@ -75,9 +69,38 @@ struct irqaction c0_compare_irqaction =
|
@@ -75,9 +69,38 @@
|
||||||
.name = "timer",
|
.name = "timer",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -63,7 +63,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org>
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@@ -198,12 +221,14 @@ int r4k_clockevent_init(void)
|
@@ -198,12 +221,14 @@
|
||||||
|
|
||||||
clockevents_register_device(cd);
|
clockevents_register_device(cd);
|
||||||
|
|
||||||
|
@ -78,3 +78,22 @@ Signed-off-by: John Crispin <blogic@openwrt.org>
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
--- a/arch/mips/ralink/Kconfig
|
||||||
|
+++ b/arch/mips/ralink/Kconfig
|
||||||
|
@@ -1,11 +1,16 @@
|
||||||
|
if RALINK
|
||||||
|
|
||||||
|
+config CEVT_SYSTICK_QUIRK
|
||||||
|
+ bool
|
||||||
|
+ default n
|
||||||
|
+
|
||||||
|
config CLKEVT_RT3352
|
||||||
|
bool
|
||||||
|
depends on SOC_RT305X || SOC_MT7620
|
||||||
|
default y
|
||||||
|
select CLKSRC_OF
|
||||||
|
select CLKSRC_MMIO
|
||||||
|
+ select CEVT_SYSTICK_QUIRK
|
||||||
|
|
||||||
|
config IRQ_INTC
|
||||||
|
bool
|
||||||
|
|
Loading…
Reference in a new issue