Home
last modified time | relevance | path

Searched refs:hook_ntcs (Results 1 – 1 of 1) sorted by relevance

/arch/mips/kernel/
Dsmtc.c1174 int hook_ntcs; in smtc_idle_loop_hook() local
1187 hook_ntcs = ((mvpconf0 & MVPCONF0_PTC) >> MVPCONF0_PTC_SHIFT) + 1; in smtc_idle_loop_hook()
1188 if (hook_ntcs > NR_CPUS) in smtc_idle_loop_hook()
1189 hook_ntcs = NR_CPUS; in smtc_idle_loop_hook()
1190 for (tc = 0; tc < hook_ntcs; tc++) { in smtc_idle_loop_hook()
1197 printk("Idle loop test hook initialized for %d TCs\n", hook_ntcs); in smtc_idle_loop_hook()