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

Alan Cox alc at FreeBSD.org
Fri Jun 20 20:59:40 UTC 2008


alc         2008-06-20 20:59:31 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      minidump_machdep.c 
  Log:
  SVN rev 179898 on 2008-06-20 20:59:31Z by alc
  
  Make preparations for increasing the size of the kernel virtual
  address space on the amd64 architecture.  The amd64 architecture
  requires kernel code and global variables to reside in the highest 2GB
  of the 64-bit virtual address space.  Thus, KERNBASE cannot change.
  However, KERNBASE is sometimes used as the start of the kernel virtual
  address space.  Henceforth, VM_MIN_KERNEL_ADDRESS should be used
  instead.  Since KERNBASE and VM_MIN_KERNEL_ADDRESS are still the same
  address, there should be no visible effect from this change (yet).
  That said, kris@ has tested crash dumps under the full patch that
  increases the kernel virtual address space on amd64 to 6GB.
  
  Tested by: kris@
  
  Revision  Changes    Path
  1.5       +3 -3      src/sys/amd64/amd64/minidump_machdep.c


More information about the cvs-src mailing list