freebsd-skq/sys/arm
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
..
arm Move the call to cpu_setup() before the call to vm_ksubmap_init(). 2006-05-10 13:39:10 +00:00
at91 When returning a resource that we've allocated with rman_reserve_resource, 2006-04-20 04:12:02 +00:00
compile
conf This file isn't GENERIC, so change the header 2006-02-07 18:45:54 +00:00
include Disable/enable fiqs as well as irqs. 2006-04-13 14:25:28 +00:00
sa11x0 When returning a resource that we've allocated with rman_reserve_resource, 2006-04-20 04:12:02 +00:00
xscale Setting the rid of the resource is a good idea, but we still need to return 2006-05-05 19:14:57 +00:00