Move dumplo from MD to kern/kern_shutdown.c
authorMatthew Dillon <dillon@dragonflybsd.org>
Fri, 5 Jan 2007 22:16:32 +0000 (22:16 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Fri, 5 Jan 2007 22:16:32 +0000 (22:16 +0000)
commit1184892f815043653c9f807190fb0b201fcb3cc6
tree0e03730d454ad58b2b8e0b90bf34bcee72bea89c
parentbc74b8edd7a24a78142e688e050ddf8da8282eb3
Move dumplo from MD to kern/kern_shutdown.c

Move db_disasm.c from the platform architecture to the cpu architecture

Move add missing __volatile to cpu_halt()'s HLT function to prevent it from
being optimized out.

Remove the vm_page_zero_idle() function (that has not been used for a while).

Move some more function prototypes for MD functions used by MI code into MI
header files.
sys/kern/kern_poll.c
sys/kern/kern_shutdown.c
sys/platform/pc32/conf/files
sys/platform/pc32/i386/db_disasm.c [deleted file]
sys/platform/pc32/i386/machdep.c
sys/platform/pc32/i386/vm_machdep.c
sys/platform/pc32/include/md_var.h
sys/sys/systm.h