projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eae5fdc
)
[MIPS] Sibyte: Fix name of clocksource.
author
Ralf Baechle
<ralf@linux-mips.org>
Tue, 13 Nov 2007 00:35:13 +0000
(
00:35
+0000)
committer
Ralf Baechle
<ralf@linux-mips.org>
Thu, 15 Nov 2007 23:21:51 +0000
(23:21 +0000)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/csrc-sb1250.c
patch
|
blob
|
history
diff --git
a/arch/mips/kernel/csrc-sb1250.c
b/arch/mips/kernel/csrc-sb1250.c
index ebb16e66887769086d9706ccf16725270c1c911a..92212bbb8e4559ff04cfc0888fda6fb403868ed0 100644
(file)
--- 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)
}
struct clocksource bcm1250_clocksource = {
- .name = "
MIPS
",
+ .name = "
bcm1250-counter-3
",
.rating = 200,
.read = sb1250_hpt_read,
.mask = CLOCKSOURCE_MASK(23),