/ [base]
ViewVC logotype

Revision 187414


Jump to revision: Previous Next
Author: alc
Date: Sun Jan 18 23:34:17 2009 UTC (10 months ago)
Log Message:
MFC rev 180362
  Make preparations for increasing the size of the kernel virtual
  address space on the amd64 architecture:

  Rev 180333, ``Change create_pagetables() and pmap_init() so that many
  fewer page table pages have to be preallocated ...'', violates an
  assumption made by minidumpsys(): kernel_vm_end is the highest virtual
  address that has ever been used by the kernel.  Now, however, the kernel
  code, data, and bss may reside at addresses beyond kernel_vm_end.  This
  revision modifies the upper bound on minidumpsys()'s two page table
  traversals to account for this possibility.

Changed paths:

Path Details
Directorystable/7/sys/ modified , props changed
Directorystable/7/sys/amd64/amd64/minidump_machdep.c modified , text changed
Directorystable/7/sys/contrib/pf/ modified , props changed
Directorystable/7/sys/dev/ath/ath_hal/ modified , props changed
Directorystable/7/sys/dev/cxgb/ modified , props changed

  ViewVC Help
Powered by ViewVC 1.1-dev