Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Mar 2008 22:54:42 +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 UPDATING src/sys/vm vm_map.h
Message-ID:  <200803012254.m21Msgus088507@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      2008-03-01 22:54:42 UTC

  FreeBSD src repository

  Modified files:
    .                    UPDATING 
    sys/vm               vm_map.h 
  Log:
  Make the vm_pmap field of struct vmspace the last field in the
  structure. This allows per-CPU variations of struct pmap on a
  single architecture without affecting the machine-independent
  fields. As such, the PMAP variations don't affect the ABI. They
  become part of it.
  
  Revision  Changes    Path
  1.522     +8 -0      src/UPDATING
  1.122     +6 -1      src/sys/vm/vm_map.h



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