projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
180b1e3
)
MIPS: kernel: cevt-r4k: Add MIPS R6 to the c0_compare_interrupt handler
author
Leonid Yegoshin
<Leonid.Yegoshin@imgtec.com>
Thu, 13 Nov 2014 13:39:39 +0000
(13:39 +0000)
committer
Markos Chandras
<markos.chandras@imgtec.com>
Tue, 17 Feb 2015 15:37:25 +0000
(15:37 +0000)
Just like MIPS R2, in MIPS R6 it is possible to determine if a
timer interrupt has happened or not.
Signed-off-by: Leonid Yegoshin <Leonid.Yegoshin@imgtec.com>
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
arch/mips/kernel/cevt-r4k.c
patch
|
blob
|
history
diff --git
a/arch/mips/kernel/cevt-r4k.c
b/arch/mips/kernel/cevt-r4k.c
index
28bfdf2
..
82bd2b2
100644
(file)
--- a/
arch/mips/kernel/cevt-r4k.c
+++ b/
arch/mips/kernel/cevt-r4k.c
@@
-39,7
+39,7
@@
int cp0_timer_irq_installed;
irqreturn_t c0_compare_interrupt(int irq, void *dev_id)
{
- const int r2 = cpu_has_mips_r2;
+ const int r2 = cpu_has_mips_r2
_r6
;
struct clock_event_device *cd;
int cpu = smp_processor_id();