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

Olivier Houchard cognet at FreeBSD.org
Wed Mar 22 21:25:10 UTC 2006


cognet      2006-03-22 21:23:28 UTC

  FreeBSD src repository

  Modified files:
    sys/arm/arm          pmap.c 
  Log:
  MFp4: If we're mapping the vector page (this will happen if we didn't
  relocate it), do not attempt to call pmap_vac_me_harder() on the page.
  At this point m will be NULL, and we know we won't have any cache
  issues with this page.
  
  Revision  Changes    Path
  1.43      +2 -1      src/sys/arm/arm/pmap.c


More information about the cvs-src mailing list