Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73005
b: refs/heads/master
c: 2e5dcd2
h: refs/heads/master
i:
  73003: afd40df
v: v3
  • Loading branch information
Ralf Baechle committed Nov 2, 2007
1 parent 4218f26 commit bb3468d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9e32a510afa62c0d548d78572031e6112d21e0ea
refs/heads/master: 2e5dcd2b4ce97ebc43703f2645bf2fe978da1627
2 changes: 1 addition & 1 deletion trunk/arch/mips/sibyte/bcm1480/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ void __cpuinit sb1480_clockevent_init(void)

BUG_ON(cpu > 3); /* Only have 4 general purpose timers */

sprintf(name, "bcm1480-counter %d", cpu);
sprintf(name, "bcm1480-counter-%d", cpu);
cd->name = name;
cd->features = CLOCK_EVT_FEAT_PERIODIC |
CLOCK_EVT_FEAT_ONESHOT;
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/sibyte/sb1250/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit bb3468d

Please sign in to comment.