Make vkernel compile with 'options SMP'. Most functions are stubs that
authorJoe Talbott <josepht@dragonflybsd.org>
Mon, 18 Jun 2007 18:57:13 +0000 (18:57 +0000)
committerJoe Talbott <josepht@dragonflybsd.org>
Mon, 18 Jun 2007 18:57:13 +0000 (18:57 +0000)
commit6a8aa90ea0672e1d24290b760a19545237ab00fc
tree4c2c2f6cde6a3527d971d79577433eff0a9c6d9f
parent2b96188328077d6caeb059080499fe9949e03351
Make vkernel compile with 'options SMP'.  Most functions are stubs that
call panic(9).

Reviewed-By: Matt Dillon
sys/kern/kern_shutdown.c
sys/platform/vkernel/conf/files
sys/platform/vkernel/i386/autoconf.c
sys/platform/vkernel/i386/mp.c [new file with mode: 0644]
sys/platform/vkernel/i386/mplock.s [new file with mode: 0644]
sys/platform/vkernel/i386/trap.c
sys/platform/vkernel/include/smp.h
sys/platform/vkernel/platform/pmap.c