cvs commit: src/sys/vm vm_glue.c

John Baldwin jhb at FreeBSD.org
Fri Apr 25 13:06:31 PDT 2003


jhb         2003/04/25 13:06:30 PDT

  FreeBSD src repository

  Modified files:
    sys/vm               vm_glue.c 
  Log:
  - Don't bother using the proc lock to test just P_SYSTEM as that is set in
    fork1() and never changes.
  - The proc lock is enough to cover reading p_state, so push down sched_lock
    into the PRS_NORMAL case of the switch on p_state.
  
  Revision  Changes    Path
  1.169     +6 -8      src/sys/vm/vm_glue.c


More information about the cvs-src mailing list