]> Zhao Yanbai Git Server - minix.git/commit
SMP - The slave CPUs turn paging on
authorTomas Hruby <tom@minix3.org>
Wed, 15 Sep 2010 14:10:07 +0000 (14:10 +0000)
committerTomas Hruby <tom@minix3.org>
Wed, 15 Sep 2010 14:10:07 +0000 (14:10 +0000)
commit85cca7096fcf6a4d47c906b4ce73b094638643a7
treeaa1466e87303e1863f51ccf98205793591dfa967
parent6aa26565e6ced67c7d1f955432ec0675734fdab3
SMP - The slave CPUs turn paging on

- APs wait until BSP turns paging on, it is not possible to safely
  execute any code on APs until we can turn paging on as well as it
  must be done synchronously everywhere

- APs turn paging on but do not continue and wait
kernel/arch/i386/apic.c
kernel/arch/i386/arch_smp.c
kernel/arch/i386/include/arch_proto.h
kernel/main.c