diff options
Diffstat (limited to 'arch/mips/kernel/cevt-r4k.c')
-rw-r--r-- | arch/mips/kernel/cevt-r4k.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/mips/kernel/cevt-r4k.c b/arch/mips/kernel/cevt-r4k.c index 75323925e537..07b847d77f5d 100644 --- a/arch/mips/kernel/cevt-r4k.c +++ b/arch/mips/kernel/cevt-r4k.c | |||
@@ -25,7 +25,7 @@ | |||
25 | #ifndef CONFIG_MIPS_MT_SMTC | 25 | #ifndef CONFIG_MIPS_MT_SMTC |
26 | 26 | ||
27 | static int mips_next_event(unsigned long delta, | 27 | static int mips_next_event(unsigned long delta, |
28 | struct clock_event_device *evt) | 28 | struct clock_event_device *evt) |
29 | { | 29 | { |
30 | unsigned int cnt; | 30 | unsigned int cnt; |
31 | int res; | 31 | int res; |
@@ -66,7 +66,7 @@ irqreturn_t c0_compare_interrupt(int irq, void *dev_id) | |||
66 | goto out; | 66 | goto out; |
67 | 67 | ||
68 | /* | 68 | /* |
69 | * The same applies to performance counter interrupts. But with the | 69 | * The same applies to performance counter interrupts. But with the |
70 | * above we now know that the reason we got here must be a timer | 70 | * above we now know that the reason we got here must be a timer |
71 | * interrupt. Being the paranoiacs we are we check anyway. | 71 | * interrupt. Being the paranoiacs we are we check anyway. |
72 | */ | 72 | */ |
@@ -119,7 +119,7 @@ int c0_compare_int_usable(void) | |||
119 | unsigned int cnt; | 119 | unsigned int cnt; |
120 | 120 | ||
121 | /* | 121 | /* |
122 | * IP7 already pending? Try to clear it by acking the timer. | 122 | * IP7 already pending? Try to clear it by acking the timer. |
123 | */ | 123 | */ |
124 | if (c0_compare_int_pending()) { | 124 | if (c0_compare_int_pending()) { |
125 | cnt = read_c0_count(); | 125 | cnt = read_c0_count(); |