Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Nov 2001 18:17:18 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/alpha/alpha pmap.c src/sys/i386/i386 pmap.c
Message-ID:  <200111160217.fAG2HIo21335@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2001/11/15 18:17:18 PST

  Modified files:
    sys/alpha/alpha      pmap.c 
    sys/i386/i386        pmap.c 
  Log:
  Converge/fix some debug code (#if 0'ed on alpha, but whatever)
  - use NPTEPG/NPDEPG instead of magic 1024 (important for PAE)
  - use pt_entry_t instead of unsigned (important for PAE)
  - use vm_offset_t instead of unsigned for va's (important for x86-64)
  
  Revision  Changes    Path
  1.71      +11 -15    src/sys/alpha/alpha/pmap.c
  1.294     +11 -14    src/sys/i386/i386/pmap.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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