Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jul 2007 22:12:53 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/ia64/include md_var.h src/sys/ia64/ia64 machdep.c mp_machdep.c pmap.c
Message-ID:  <200707302212.l6UMCrJe023388@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      2007-07-30 22:12:53 UTC

  FreeBSD src repository

  Modified files:
    sys/ia64/include     md_var.h 
    sys/ia64/ia64        machdep.c mp_machdep.c pmap.c 
  Log:
  Explicitly map the VHPT on all processors. Previously we were
  merely lucky that the VHPT was mapped as a side-effect of
  mapping the kernel, but when there's enough physical memory,
  this may not at all be the case.
  
  Approved by: re (blanket)
  
  Revision  Changes    Path
  1.224     +24 -0     src/sys/ia64/ia64/machdep.c
  1.65      +1 -0      src/sys/ia64/ia64/mp_machdep.c
  1.190     +1 -0      src/sys/ia64/ia64/pmap.c
  1.24      +1 -0      src/sys/ia64/include/md_var.h



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