]> Zhao Yanbai Git Server - minix.git/commit
SMP - BSP waits until the APs finish their booting
authorTomas Hruby <tom@minix3.org>
Wed, 15 Sep 2010 14:10:12 +0000 (14:10 +0000)
committerTomas Hruby <tom@minix3.org>
Wed, 15 Sep 2010 14:10:12 +0000 (14:10 +0000)
commit9b6d66c787c2c9136f5af372bbf9cb9f0be8c53b
tree50a267464d7a5c3fa9885c1130470a2a5cd4aa19
parentb7aed08e65c495a5c76e7160efbaed6774d0e02f
SMP - BSP waits until the APs finish their booting

- APs configure local timers

- while configuring local APIC timer the CPUs fiddle with the interrupt
  handlers. As the interrupt table is shared the BSP must not run
kernel/arch/i386/apic.c
kernel/arch/i386/arch_smp.c
kernel/arch/i386/include/arch_proto.h
kernel/arch/i386/klib.S
kernel/arch/i386/memory.c
kernel/kernel.h
kernel/smp.c
kernel/smp.h