cvs commit: src/sys/vm vm_object.c vm_object.h

Alan Cox alc at FreeBSD.org
Sun Jun 1 16:59:49 PDT 2003


alc         2003/06/01 16:59:48 PDT

  FreeBSD src repository

  Modified files:
    sys/vm               vm_object.c vm_object.h 
  Log:
  Change kernel_object and kmem_object to (&kernel_object_store) and
  (&kmem_object_store), respectively.  This allows the address of these
  objects to be resolved at link-time rather than run-time.
  
  Revision  Changes    Path
  1.290     +3 -6      src/sys/vm/vm_object.c
  1.97      +5 -2      src/sys/vm/vm_object.h


More information about the cvs-src mailing list