/ [base]
ViewVC logotype

Revision 187404


Jump to revision: Previous Next
Author: alc
Date: Sun Jan 18 19:20:10 2009 UTC (10 months ago)
Log Message:
MFC rev 179921
  KERNBASE is not necessarily an address within the kernel map, e.g.,
  PowerPC/AIM.  Consequently, it should not be used to determine the maximum
  number of kernel map entries.  Instead, use VM_MIN_KERNEL_ADDRESS, which
  marks the start of the kernel map on all architectures.

Changed paths:

Path Details
Directorystable/7/sys/ modified , props 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
Directorystable/7/sys/vm/vm_map.c modified , text changed

  ViewVC Help
Powered by ViewVC 1.1-dev