freebsd-dev/sys/powerpc
jhb 9a12d76ae0 - Make astpending and need_resched process attributes rather than CPU
attributes.  This is needed for AST's to be properly posted in a preemptive
  kernel.  They are backed by two new flags in p_sflag: PS_ASTPENDING and
  PS_NEEDRESCHED.  They are still accesssed by their old macros:
  aston(), astoff(), etc.  For completeness, an astpending() macro has been
  added to check for a pending AST, and clear_resched() has been added to
  clear need_resched().
- Rename syscall2() on the x86 back to syscall() to be consistent with
  other architectures.
2001-02-10 02:20:34 +00:00
..
aim Change and clean the mutex lock interface. 2001-02-09 06:11:45 +00:00
include - Make astpending and need_resched process attributes rather than CPU 2001-02-10 02:20:34 +00:00
powerpc - Make astpending and need_resched process attributes rather than CPU 2001-02-10 02:20:34 +00:00