diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-10-31 12:34:42 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-11-02 16:13:46 +0000 |
commit | 2e5dcd2b4ce97ebc43703f2645bf2fe978da1627 (patch) | |
tree | 188c4aafc087e9632bb335b9d6af61149255555d /arch/mips/sibyte/sb1250 | |
parent | 9e32a510afa62c0d548d78572031e6112d21e0ea (diff) | |
download | kernel_samsung_espresso10-2e5dcd2b4ce97ebc43703f2645bf2fe978da1627.zip kernel_samsung_espresso10-2e5dcd2b4ce97ebc43703f2645bf2fe978da1627.tar.gz kernel_samsung_espresso10-2e5dcd2b4ce97ebc43703f2645bf2fe978da1627.tar.bz2 |
[MIPS] Sibyte: Fix names of the clockevent devices.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/sibyte/sb1250')
-rw-r--r-- | arch/mips/sibyte/sb1250/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/sibyte/sb1250/time.c b/arch/mips/sibyte/sb1250/time.c index 95ad34e..7f1316d 100644 --- a/arch/mips/sibyte/sb1250/time.c +++ b/arch/mips/sibyte/sb1250/time.c @@ -134,7 +134,7 @@ void __cpuinit sb1250_clockevent_init(void) /* Only have 4 general purpose timers, and we use last one as hpt */ BUG_ON(cpu > 2); - sprintf(name, "bcm1480-counter %d", cpu); + sprintf(name, "sb1250-counter-%d", cpu); cd->name = name; cd->features = CLOCK_EVT_FEAT_PERIODIC | CLOCK_EVT_FEAT_ONESHOT; |