cvs commit: src/sys/sun4v/sun4v pmap.c tsb.c src/sys/sun4v/include tsb.h

Kip Macy kmacy at FreeBSD.org
Mon Dec 4 11:35:41 PST 2006


kmacy       2006-12-04 19:35:40 UTC

  FreeBSD src repository

  Modified files:
    sys/sun4v/sun4v      tsb.c pmap.c 
    sys/sun4v/include    tsb.h 
  Log:
  - separate out rounding memory ranges to 4M boundaries from OFW memory allocation bug workaround
  - create real_phys_avail which includes all memory ranges to be added to the direct map
  - merge in nucleus memory to real_phys_avail
  - distinguish between tag VA and index VA in tsb_set_tte_real for cases where page_size != index_page_size
  - clean up direct map loop
  
  Revision  Changes    Path
  1.4       +2 -1      src/sys/sun4v/include/tsb.h
  1.18      +65 -40    src/sys/sun4v/sun4v/pmap.c
  1.6       +6 -5      src/sys/sun4v/sun4v/tsb.c


More information about the cvs-all mailing list