diff options
-rw-r--r-- | arch/mips/sibyte/bcm1480/time.c | 2 | ||||
-rw-r--r-- | arch/mips/sibyte/sb1250/time.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/sibyte/bcm1480/time.c b/arch/mips/sibyte/bcm1480/time.c index bbf19bfabccb..39e77d9bd944 100644 --- a/arch/mips/sibyte/bcm1480/time.c +++ b/arch/mips/sibyte/bcm1480/time.c | |||
@@ -116,7 +116,7 @@ void __cpuinit sb1480_clockevent_init(void) | |||
116 | 116 | ||
117 | BUG_ON(cpu > 3); /* Only have 4 general purpose timers */ | 117 | BUG_ON(cpu > 3); /* Only have 4 general purpose timers */ |
118 | 118 | ||
119 | sprintf(name, "bcm1480-counter %d", cpu); | 119 | sprintf(name, "bcm1480-counter-%d", cpu); |
120 | cd->name = name; | 120 | cd->name = name; |
121 | cd->features = CLOCK_EVT_FEAT_PERIODIC | | 121 | cd->features = CLOCK_EVT_FEAT_PERIODIC | |
122 | CLOCK_EVT_FEAT_ONESHOT; | 122 | CLOCK_EVT_FEAT_ONESHOT; |
diff --git a/arch/mips/sibyte/sb1250/time.c b/arch/mips/sibyte/sb1250/time.c index 95ad34e3fbac..7f1316dd8add 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) | |||
134 | /* Only have 4 general purpose timers, and we use last one as hpt */ | 134 | /* Only have 4 general purpose timers, and we use last one as hpt */ |
135 | BUG_ON(cpu > 2); | 135 | BUG_ON(cpu > 2); |
136 | 136 | ||
137 | sprintf(name, "bcm1480-counter %d", cpu); | 137 | sprintf(name, "sb1250-counter-%d", cpu); |
138 | cd->name = name; | 138 | cd->name = name; |
139 | cd->features = CLOCK_EVT_FEAT_PERIODIC | | 139 | cd->features = CLOCK_EVT_FEAT_PERIODIC | |
140 | CLOCK_EVT_FEAT_ONESHOT; | 140 | CLOCK_EVT_FEAT_ONESHOT; |