diff options
Diffstat (limited to 'arch/mips/kernel/time.c')
-rw-r--r-- | arch/mips/kernel/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/time.c b/arch/mips/kernel/time.c index 369a5f9ad268..5892491b40eb 100644 --- a/arch/mips/kernel/time.c +++ b/arch/mips/kernel/time.c | |||
@@ -149,7 +149,7 @@ EXPORT_SYMBOL_GPL(cp0_perfcount_irq); | |||
149 | * Possibly handle a performance counter interrupt. | 149 | * Possibly handle a performance counter interrupt. |
150 | * Return true if the timer interrupt should not be checked | 150 | * Return true if the timer interrupt should not be checked |
151 | */ | 151 | */ |
152 | static inline int handle_perf_irq (int r2) | 152 | static inline int handle_perf_irq(int r2) |
153 | { | 153 | { |
154 | /* | 154 | /* |
155 | * The performance counter overflow interrupt may be shared with the | 155 | * The performance counter overflow interrupt may be shared with the |