Searched refs:init_udelay (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/x86/kernel/
H A Dsmpboot.c674 static unsigned int init_udelay = UINT_MAX; variable
678 get_option(&str, &init_udelay);
687 if (init_udelay != UINT_MAX)
694 init_udelay = 0;
698 init_udelay = UDELAY_10MS_DEFAULT;
720 udelay(init_udelay);
777 if (init_udelay == 0)
790 if (init_udelay == 0)

Completed in 223 milliseconds