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

Olivier Houchard cognet at FreeBSD.org
Sun Mar 6 21:10:32 GMT 2005


cognet      2005-03-06 21:10:31 UTC

  FreeBSD src repository

  Modified files:
    sys/arm/arm          pmap.c 
  Log:
  Make sure ARM_TP_ADDRESS is accessible right now by calling pmap_fault_fixup,
  as we can't rely on a trap happening, as it is done normally.
  While I'm there, uncomment the call to cpu_dcache_wbinv_range() in
  pmap_kenter_internal, as we don't call cpu_dcache_wbinv_all() there anymore.
  
  Revision  Changes    Path
  1.25      +9 -3      src/sys/arm/arm/pmap.c


More information about the cvs-src mailing list