diff options
Diffstat (limited to 'kernel/smp.c')
| -rw-r--r-- | kernel/smp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/smp.c b/kernel/smp.c index 58e37a5..2002385 100644 --- a/kernel/smp.c +++ b/kernel/smp.c @@ -45,7 +45,7 @@ void smp_start_aps(smp_processors *pros) sleep(10); // start proc at 0x7000; - *reg=(6<<8)|(1<<14)|0x7; // 110 SIPI + *reg=(6<<8)|(1<<14)|0x9; // 110 SIPI } } |
