amd64: declare initializecpu outside of SMP
authorSimon Schubert <corecode@dragonflybsd.org>
Thu, 3 Sep 2009 20:41:01 +0000 (22:41 +0200)
committerSimon Schubert <corecode@dragonflybsd.org>
Thu, 3 Sep 2009 22:22:32 +0000 (00:22 +0200)
commit6e738e4ef47a760239b9d0899c70f549bba1a063
tree3405374d823da700b9aee443239c805e2df32f34
parent58d914a3d4861e1e88e71585ddecd92c63dae1fc
amd64: declare initializecpu outside of SMP

initializecpu() is not a SMP-only function; we have to
always declare it.  smp.h is the wrong file, but I didn't
find any better location.
sys/platform/pc64/include/smp.h