Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jan 2009 19:20:10 +0000 (UTC)
From:      Alan Cox <alc@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/vm vm_map.c
Message-ID:  <200901181920.n0IJKGoq012990@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         2009-01-18 19:20:10 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/vm               vm_map.c 
  Log:
  SVN rev 187404 on 2009-01-18 19:20:10Z by alc
  
  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.
  
  Revision   Changes    Path
  1.388.2.4  +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?200901181920.n0IJKGoq012990>