cognet 627a93886f 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
2006-05-10 13:39:10 +00:00
..
2006-04-27 22:09:18 +00:00
2006-04-12 12:17:29 +00:00
2006-05-05 19:32:35 +00:00
2006-01-30 16:32:08 +00:00
2006-05-10 06:50:44 +00:00