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

Olivier Houchard cognet at FreeBSD.org
Wed May 10 13:39:19 UTC 2006


cognet      2006-05-10 13:39:10 UTC

  FreeBSD src repository

  Modified files:
    sys/arm/arm          machdep.c 
  Log:
  Move the call to cpu_setup() before the call to vm_ksubmap_init().
  vm_ksubmap_init() calls pmap_copy_page(), which uses the mini data cache
  to do the copy, but we're running uncaching before cpu_setup().
  For some reason it hasn't been a problem so far, but it is for the
  PXA255.
  
  Spotted out by: benno
  
  Revision  Changes    Path
  1.22      +1 -1      src/sys/arm/arm/machdep.c


More information about the cvs-src mailing list