freebsd-dev/sys/pc98
Yoshihiro Takahashi 09713cafdf MFi386: revision 225936
Add some improvements in the idle table callbacks:
  - Replace instances of manual assembly instruction "hlt" call
    with halt() function calling.
  - In cpu_idle_mwait() avoid races in check to sched_runnable() using
    the same pattern used in cpu_idle_hlt() with the 'hlt' instruction.
  - Add comments explaining the logic behind the pattern used in
    cpu_idle_hlt() and other idle callbacks.
2011-10-04 13:24:22 +00:00
..
apm
cbus Follow up to r225203 refining break-to-debugger run-time configuration 2011-08-27 14:24:27 +00:00
compile
conf Fix a zyd(4) comment typo that was copy+pasted into most kernel config files. 2011-09-11 17:39:51 +00:00
include Copy powerpc/include/_inttypes.h to x86 and replace i386/amd64/pc98 2011-01-08 18:09:48 +00:00
linux
pc98 MFi386: revision 225936 2011-10-04 13:24:22 +00:00