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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to