freebsd-dev/sys/mips
Jeff Roberson 6c47aaae12 - Add an integer argument to idle to indicate how likely we are to wake
from idle over the next tick.
 - Add a new MD routine, cpu_wake_idle() to wakeup idle threads who are
   suspended in cpu specific states.  This function can fail and cause the
   scheduler to fall back to another mechanism (ipi).
 - Implement support for mwait in cpu_idle() on i386/amd64 machines that
   support it.  mwait is a higher performance way to synchronize cpus
   as compared to hlt & ipis.
 - Allow selecting the idle routine by name via sysctl machdep.idle.  This
   replaces machdep.cpu_idle_hlt.  Only idle routines supported by the
   current machine are permitted.

Sponsored by:	Nokia
2008-04-25 05:18:50 +00:00
..
compile
conf Make genclock standard on all platforms. 2008-04-21 10:09:55 +00:00
include This isn't used, so remove it. It isn't relevant to most mips platforms. 2008-04-15 02:50:07 +00:00
mips - Add an integer argument to idle to indicate how likely we are to wake 2008-04-25 05:18:50 +00:00
mips32 FreeBSD/mips port. The FreeBSD/mips port targets mips32, mips64, 2008-04-13 07:44:55 +00:00