taglinefilesource code
hlt_works_ok59arch/i386/kernel/process.cif (hlt_works_ok && !hlt_counter && !need_resched)
hlt_works_ok41arch/i386/kernel/setup.cchar hlt_works_ok = 1;    /* set if the "hlt" instruction works */
hlt_works_ok309fs/proc/array.chlt_works_ok ? "yes" : "no",
hlt_works_ok18include/asm-i386/bugs.hhlt_works_ok = 0;
hlt_works_ok103include/asm-i386/bugs.hif (!hlt_works_ok) {
hlt_works_ok22include/asm-i386/processor.hextern char hlt_works_ok;  /* problems on some 486Dx4's and old 386's */