Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Mar 2011 01:09:50 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/ia64/ia64 db_machdep.c gdb_machdep.c pmap.c src/sys/ia64/include pmap.h vmparam.h
Message-ID:  <201103210110.p2L1A1Wf020660@repoman.freebsd.org>

index | next in thread | raw e-mail

marcel      2011-03-21 01:09:50 UTC

  FreeBSD src repository

  Modified files:
    sys/ia64/ia64        db_machdep.c gdb_machdep.c pmap.c 
    sys/ia64/include     pmap.h vmparam.h 
  Log:
  SVN rev 219808 on 2011-03-21 01:09:50Z by marcel
  
  Change region 4 to be part of the kernel. This serves 2 purposes:
  1.  The PBVM is in region 4, so if we want to make use of it, we
      need region 4 freed up.
  2.  Region 4 and above cannot be represented by an off_t by virtue
      of that type being signed. This is problematic for truss(1),
      ktrace(1) and other such programs.
  
  Revision  Changes    Path
  1.11      +3 -3      src/sys/ia64/ia64/db_machdep.c
  1.5       +1 -1      src/sys/ia64/ia64/gdb_machdep.c
  1.226     +17 -26    src/sys/ia64/ia64/pmap.c
  1.37      +2 -1      src/sys/ia64/include/pmap.h
  1.26      +17 -15    src/sys/ia64/include/vmparam.h


help

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