K 10 svn:author V 6 cognet K 8 svn:date V 27 2006-05-10T13:39:10.000000Z K 7 svn:log V 302 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 END