cvs commit: src/sys/amd64/amd64 pmap.c

Paul Saab ps at FreeBSD.org
Mon Mar 13 08:13:38 UTC 2006


ps          2006-03-13 08:13:37 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      pmap.c 
  Log:
  Fix the format/display descriptor of vm.kmem_size and vm.kmem_free
  to be 'long' instead of 'int' so that sysctl(8) correctly displays
  the 8 returned bytes as a single 'long' instead of two 'int' values.
  
  Submitted by:   peter
  
  Revision  Changes    Path
  1.537     +2 -2      src/sys/amd64/amd64/pmap.c


More information about the cvs-all mailing list