aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/time.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2013-01-22 06:59:30 -0500
committerRalf Baechle <ralf@linux-mips.org>2013-02-01 04:00:22 -0500
commit7034228792cc561e79ff8600f02884bd4c80e287 (patch)
tree89b77af37d087d9de236fc5d21f60bf552d0a2c6 /arch/mips/kernel/time.c
parent405ab01c70e18058d9c01a1256769a61fc65413e (diff)
MIPS: Whitespace cleanup.
Having received another series of whitespace patches I decided to do this once and for all rather than dealing with this kind of patches trickling in forever. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/time.c')
-rw-r--r--arch/mips/kernel/time.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/mips/kernel/time.c b/arch/mips/kernel/time.c
index 99d73b72b00b..9d686bf97b0e 100644
--- a/arch/mips/kernel/time.c
+++ b/arch/mips/kernel/time.c
@@ -5,8 +5,8 @@
5 * 5 *
6 * Common time service routines for MIPS machines. 6 * Common time service routines for MIPS machines.
7 * 7 *
8 * This program is free software; you can redistribute it and/or modify it 8 * This program is free software; you can redistribute it and/or modify it
9 * under the terms of the GNU General Public License as published by the 9 * under the terms of the GNU General Public License as published by the
10 * Free Software Foundation; either version 2 of the License, or (at your 10 * Free Software Foundation; either version 2 of the License, or (at your
11 * option) any later version. 11 * option) any later version.
12 */ 12 */
@@ -62,8 +62,8 @@ EXPORT_SYMBOL(perf_irq);
62 * time_init() - it does the following things. 62 * time_init() - it does the following things.
63 * 63 *
64 * 1) plat_time_init() - 64 * 1) plat_time_init() -
65 * a) (optional) set up RTC routines, 65 * a) (optional) set up RTC routines,
66 * b) (optional) calibrate and set the mips_hpt_frequency 66 * b) (optional) calibrate and set the mips_hpt_frequency
67 * (only needed if you intended to use cpu counter as timer interrupt 67 * (only needed if you intended to use cpu counter as timer interrupt
68 * source) 68 * source)
69 * 2) calculate a couple of cached variables for later usage 69 * 2) calculate a couple of cached variables for later usage
@@ -75,7 +75,7 @@ unsigned int mips_hpt_frequency;
75 * This function exists in order to cause an error due to a duplicate 75 * This function exists in order to cause an error due to a duplicate
76 * definition if platform code should have its own implementation. The hook 76 * definition if platform code should have its own implementation. The hook
77 * to use instead is plat_time_init. plat_time_init does not receive the 77 * to use instead is plat_time_init. plat_time_init does not receive the
78 * irqaction pointer argument anymore. This is because any function which 78 * irqaction pointer argument anymore. This is because any function which
79 * initializes an interrupt timer now takes care of its own request_irq rsp. 79 * initializes an interrupt timer now takes care of its own request_irq rsp.
80 * setup_irq calls and each clock_event_device should use its own 80 * setup_irq calls and each clock_event_device should use its own
81 * struct irqrequest. 81 * struct irqrequest.
@@ -93,7 +93,7 @@ static __init int cpu_has_mfc0_count_bug(void)
93 case CPU_R4000MC: 93 case CPU_R4000MC:
94 /* 94 /*
95 * V3.0 is documented as suffering from the mfc0 from count bug. 95 * V3.0 is documented as suffering from the mfc0 from count bug.
96 * Afaik this is the last version of the R4000. Later versions 96 * Afaik this is the last version of the R4000. Later versions
97 * were marketed as R4400. 97 * were marketed as R4400.
98 */ 98 */
99 return 1; 99 return 1;