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
1 changed files with 3 additions and 1 deletions

View File

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