Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Jun 2008 21:02:13 +0000 (UTC)
From:      Alan Cox <alc@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/vm vm_map.c
Message-ID:  <200806212102.m5LL2IgR008366@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         2008-06-21 21:02:13 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               vm_map.c 
  Log:
  SVN rev 179921 on 2008-06-21 21:02:13Z by alc
  
  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.  Intead, use VM_MIN_KERNEL_ADDRESS, which marks
  the start of the kernel map on all architectures.
  
  Tested by:      marcel@ (PowerPC/AIM)
  
  Revision  Changes    Path
  1.397     +1 -1      src/sys/vm/vm_map.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806212102.m5LL2IgR008366>