Skip to content

Commit

Permalink
xtensa: initialize device tree clock sources
Browse files Browse the repository at this point in the history
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
  • Loading branch information
Baruch Siach authored and Max Filippov committed Jan 14, 2014
1 parent a558d99 commit b087ab7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/xtensa/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ void __init time_init(void)
local_timer_setup(0);
setup_irq(this_cpu_ptr(&ccount_timer)->evt.irq, &timer_irqaction);
sched_clock_register(ccount_sched_clock_read, 32, ccount_freq);
clocksource_of_init();
}

/*
Expand Down

0 comments on commit b087ab7

Please sign in to comment.