Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jun 2009 16:52:30 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/sparc64/sparc64 pmap.c
Message-ID:  <200906241652.n5OGqkQm031960@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kib         2009-06-24 16:52:30 UTC

  FreeBSD src repository

  Modified files:
    sys/sparc64/sparc64  pmap.c 
  Log:
  SVN rev 194858 on 2009-06-24 16:52:30Z by kib
  
  Unbreak sparc64 after the swap accounting changes: mark kernel_map
  entries allocated for translations in pmap_init() as MAP_NOFAULT. This
  prevents vm_map_insert from trying to account the entries for swap
  usage, that is both wrong and too early to work.
  
  While there, change FALSE to VMFS_NO_SPACE.
  
  Reported and tested by: Florian Smeets <flo at kasimir com>
  Reviewed by:    marius
  
  Revision  Changes    Path
  1.180     +2 -2      src/sys/sparc64/sparc64/pmap.c



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