Add note to cpu_idle_hook (which is currently asserted so the code doesn't
authorMatthew Dillon <dillon@dragonflybsd.org>
Sun, 27 Jun 2004 09:08:44 +0000 (09:08 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sun, 27 Jun 2004 09:08:44 +0000 (09:08 +0000)
commit71b15156e4f1b459aee6be52c8287115ba932051
tree88d9311ca4347bf18ff4f439685d872e786af61c
parentf9d8cd125a2fa0e913092df16729ce262e609859
Add note to cpu_idle_hook (which is currently asserted so the code doesn't
actually run) ... that when we do eventually try to hook it in, we probably
should only hook it in when ncpus == 1 and otherwise not.
sys/dev/acpica5/acpi_cpu.c