cvs commit: src/sys/kern subr_blist.c src/sys/sys blist.h src/sys/vm vm_page.h

Alan Cox alc at FreeBSD.org
Fri Jun 4 04:03:27 GMT 2004


alc         2004/06/03 21:03:26 PDT

  FreeBSD src repository

  Modified files:
    sys/kern             subr_blist.c 
    sys/sys              blist.h 
    sys/vm               vm_page.h 
  Log:
  Move the definitions of SWAPBLK_NONE and SWAPBLK_MASK from vm_page.h to
  blist.h, enabling the removal of numerous #includes from subr_blist.c.
  (subr_blist.c and swap_pager.c are the only users of these definitions.)
  
  Revision  Changes    Path
  1.17      +0 -5      src/sys/kern/subr_blist.c
  1.8       +8 -0      src/sys/sys/blist.h
  1.130     +0 -8      src/sys/vm/vm_page.h


More information about the cvs-src mailing list