diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-11-12 19:35:13 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-11-15 18:21:51 -0500 |
commit | f99f2cc9363a08cdbd6cfbe3f29234e3235d05e8 (patch) | |
tree | 8985a00d59f39aaebccf9e7ba69814faa8b0a87a /arch/mips | |
parent | eae5fdc3e5032304a7d53bd06784b7ee71abccaf (diff) |
[MIPS] Sibyte: Fix name of clocksource.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/kernel/csrc-sb1250.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/csrc-sb1250.c b/arch/mips/kernel/csrc-sb1250.c index ebb16e668877..92212bbb8e45 100644 --- a/arch/mips/kernel/csrc-sb1250.c +++ b/arch/mips/kernel/csrc-sb1250.c | |||
@@ -43,7 +43,7 @@ static cycle_t sb1250_hpt_read(void) | |||
43 | } | 43 | } |
44 | 44 | ||
45 | struct clocksource bcm1250_clocksource = { | 45 | struct clocksource bcm1250_clocksource = { |
46 | .name = "MIPS", | 46 | .name = "bcm1250-counter-3", |
47 | .rating = 200, | 47 | .rating = 200, |
48 | .read = sb1250_hpt_read, | 48 | .read = sb1250_hpt_read, |
49 | .mask = CLOCKSOURCE_MASK(23), | 49 | .mask = CLOCKSOURCE_MASK(23), |