rPi: Set 1 cpu in the loader

This commit is contained in:
Alexander von Gluck IV 2012-09-14 15:38:10 -05:00
parent 8e813c26cd
commit d501b694bf

View File

@ -35,6 +35,8 @@ spin(bigtime_t microseconds)
extern "C" void extern "C" void
cpu_init() cpu_init()
{ {
gKernelArgs.num_cpus = 1;
// this will eventually be corrected later on
#warning IMPLEMENT cpu_init #warning IMPLEMENT cpu_init
} }