taglinefilesource code
hlt_works_ok276fs/proc/array.chlt_works_ok ? yes : no,
hlt_works_ok26include/linux/sched.hextern char hlt_works_ok;  /* problems on some 486Dx4's and old 386's */
hlt_works_ok356init/main.chlt_works_ok = 0;
hlt_works_ok484init/main.cif (!hlt_works_ok) {
hlt_works_ok82kernel/sched.cchar hlt_works_ok = 1;    /* set if the "hlt" instruction works */
hlt_works_ok52kernel/sys.cif (hlt_works_ok && !need_resched)