Kernel runs in the higher address space

This commit is contained in:
Taku Shimosawa
2011-11-07 00:48:22 +09:00
parent 83a17650b9
commit 2773606466
11 changed files with 224 additions and 6 deletions

View File

@ -9,8 +9,6 @@ static volatile int ap_stop = 1;
void ap_idle(void)
{
int id = aal_mc_get_hardware_processor_id();
while (1) {
cpu_halt();
}