cvs commit: src/sys/amd64/amd64 minidump_machdep.c pmap.c src/sys/amd64/include pmap.h

Ruslan Ermilov ru at FreeBSD.org
Tue Dec 5 03:31:34 PST 2006


ru          2006-12-05 11:31:33 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      minidump_machdep.c pmap.c 
    sys/amd64/include    pmap.h 
  Log:
  Use a different bitmask for superpages' base address so that it
  doesn't conflict with the PG_PDE_PAT bit.  (We still don't mask
  off all the reserved bits but that's okay for now.)
  
  Reviewed by:    alc
  
  Revision  Changes    Path
  1.2       +2 -2      src/sys/amd64/amd64/minidump_machdep.c
  1.577     +3 -7      src/sys/amd64/amd64/pmap.c
  1.138     +1 -0      src/sys/amd64/include/pmap.h


More information about the cvs-src mailing list