cvs commit: src/sys/i386/include vmparam.h

Peter Wemm peter at FreeBSD.org
Wed Apr 30 17:10:40 PDT 2003


peter       2003/04/30 17:10:38 PDT

  FreeBSD src repository

  Modified files:
    sys/i386/include     vmparam.h 
  Log:
  KPT_MIN_ADDRESS and KPT_MAX_ADDRESS are not used anywhere.  And if they
  were, they are not safe to use outside of the kernel since these values
  can change at kernel compile time - ie: we do not want them compiled into
  userland binaries.
  
  Revision  Changes    Path
  1.36      +0 -3      src/sys/i386/include/vmparam.h


More information about the cvs-src mailing list