mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-15 05:11:32 +00:00
[MIPS] Sibyte: Fix name of clocksource.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
eae5fdc3e5
commit
f99f2cc936
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user