cvs commit: src/sys/sun4v/sun4v pmap.c

Kip Macy kmacy at FreeBSD.org
Sat Dec 9 15:11:30 PST 2006


kmacy       2006-12-09 23:11:30 UTC

  FreeBSD src repository

  Modified files:
    sys/sun4v/sun4v      pmap.c 
  Log:
  Fix handling of the hw.physmem loader variable use real_phys_avail[] which
  is already bounded by hw.physmem to calculate phys_avail[] - previously only
  real_phys_avail[] was being bound by hw.physmem so we were allocating memory
  that wasn't mapped in the direct map
  
  Revision  Changes    Path
  1.20      +29 -34    src/sys/sun4v/sun4v/pmap.c


More information about the cvs-src mailing list