Rename the cpu_dep hook ``steal_pages'' to ``init'', as it serves as an
authormiod <miod@openbsd.org>
Fri, 15 Aug 2008 22:38:20 +0000 (22:38 +0000)
committermiod <miod@openbsd.org>
Fri, 15 Aug 2008 22:38:20 +0000 (22:38 +0000)
commit53239e3c629a96e23e80f904c132774826ff4ea0
treeb8632333faa323235b71452fb1057d3cbb7081ee
parentf4f743dff13dedcdc84447a4fc57d8c4960fd63f
Rename the cpu_dep hook ``steal_pages'' to ``init'', as it serves as an
early initialization routine (to enable caches, etc) while still running
physical, and does not allocate memory anymore.

(The irony in this is that forthcoming KA60 support actually steals pages
 in its init function...)
sys/arch/vax/include/cpu.h
sys/arch/vax/vax/ka43.c
sys/arch/vax/vax/ka46.c
sys/arch/vax/vax/ka48.c
sys/arch/vax/vax/ka49.c
sys/arch/vax/vax/ka53.c
sys/arch/vax/vax/ka650.c
sys/arch/vax/vax/ka680.c
sys/arch/vax/vax/pmap.c
sys/arch/vax/vax/vxt.c