Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Dec 2009 19:37:52 +0000 (UTC)
From:      Fabien Thomas <fabient@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/amd64/include pmc_mdep.h
Message-ID:  <200912031938.nB3Jc0Qf078936@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
fabient     2009-12-03 19:37:52 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/amd64/include    pmc_mdep.h 
  Log:
  SVN rev 200078 on 2009-12-03 19:37:52Z by fabient
  
  MFC 179886: Complete the merge after hwpmc backport.
  
  Make preparations for increasing the size of the kernel virtual
  address space on the amd64 architecture.  The amd64 architecture
  requires kernel code and global variables to reside in the highest 2GB
  of the 64-bit virtual address space.  Thus, KERNBASE cannot change.
  However, KERNBASE is sometimes used as the start of the kernel virtual
  address space.  Henceforth, VM_MIN_KERNEL_ADDRESS should be used
  instead.  Since KERNBASE and VM_MIN_KERNEL_ADDRESS are still the same
  address, there should be no visible effect from this change (yet).
  
  Revision  Changes    Path
  1.3.10.3  +2 -2      src/sys/amd64/include/pmc_mdep.h



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