Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 May 2006 13:39:10 +0000 (UTC)
From:      Olivier Houchard <cognet@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/arm/arm machdep.c
Message-ID:  <200605101339.k4ADdAPa084116@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605101339.k4ADdAPa084116>