コード例 #1
0
/**
 * tick_init - initialize the tick control
 */
void __init tick_init(void)
{
	tick_broadcast_init();
}
コード例 #2
0
ファイル: tick-common.c プロジェクト: realmz/blackfin-linux
/**
 * tick_init - initialize the tick control
 *
 * Register the notifier with the clockevents framework
 */
void __init tick_init(void)
{
	clockevents_register_notifier(&tick_notifier);
	tick_broadcast_init();
}