Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144150
b: refs/heads/master
c: f57f2fe
h: refs/heads/master
v: v3
  • Loading branch information
Coly Li authored and Michal Simek committed Apr 23, 2009
1 parent 02a6cab commit 066ccff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 993ce24078eac1442078741cd204584b63de0881
refs/heads/master: f57f2fe2a39338c47b67fbd564a9d3b7587bcbee
2 changes: 1 addition & 1 deletion trunk/arch/microblaze/kernel/timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ static __init void microblaze_clockevent_init(void)
clockevents_register_device(&clockevent_microblaze_timer);
}

static cycle_t microblaze_read(void)
static cycle_t microblaze_read(struct clocksource *cs)
{
/* reading actual value of timer 1 */
return (cycle_t) (in_be32(TIMER_BASE + TCR1));
Expand Down

0 comments on commit 066ccff

Please sign in to comment.