cvs commit: src/sys/kern kern_sysctl.c

Bruce M Simpson bms at FreeBSD.org
Sun Oct 5 01:38:24 PDT 2003


bms         2003/10/05 01:38:22 PDT

  FreeBSD src repository

  Modified files:
    sys/kern             kern_sysctl.c 
  Log:
  Fold the vslock() and vsunlock() calls in this file with #if 0's; they will
  go away in due course. Involuntary pre-emption means that we can't count
  on wiring of pages alone for consistency when performing a SYSCTL_OUT()
  bigger than PAGE_SIZE.
  
  Discussed with: pete, phk
  
  Revision  Changes    Path
  1.146     +8 -1      src/sys/kern/kern_sysctl.c


More information about the cvs-all mailing list