static void
cyclic_machdep_uninit(void)
{
    int i;

    for (i = 0; i <= mp_maxid; i++)
        /* Reset the cyclic clock callback hook. */
        lapic_cyclic_clock_func[i] = NULL;

    /* De-register the cyclic backend. */
    cyclic_uninit();
}
Exemplo n.º 2
0
static void
cyclic_machdep_uninit(void)
{
	/* De-register the cyclic backend. */
	cyclic_uninit();
}