Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Feb 2007 09:27:45 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/amd64/amd64 pmap.c
Message-ID:  <200702280927.l1S9RjLj097782@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kib         2007-02-28 09:27:45 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/amd64/amd64      pmap.c 
  Log:
  MFC rev. 1.579: MFi386 rev. 1.544 of i386/i386/pmap.c:
  Rounding addr upwards to next 2M boundary in pmap_growkernel() could
  cause addr to become 0, resulting in an early return without populating
  the last PDE.
  
  Revision   Changes    Path
  1.516.2.9  +14 -0     src/sys/amd64/amd64/pmap.c



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