]> Zhao Yanbai Git Server - minix.git/commit
SMP - Free PDE slots are split among CPU
authorTomas Hruby <tom@minix3.org>
Wed, 15 Sep 2010 14:10:36 +0000 (14:10 +0000)
committerTomas Hruby <tom@minix3.org>
Wed, 15 Sep 2010 14:10:36 +0000 (14:10 +0000)
commit93b9873a562b11dfedf5f4e53ef87bf256d80207
tree7d9307be6b70bcaa9768215190c2d9e2c87b7fc2
parent1e273f640e6e36dfae25b92e878c5b2bbf9dd0b9
SMP - Free PDE slots are split among CPU

- cross-address space copies use these slots to map user memory for
  kernel. This avoid any collisions between CPUs

- well, we only have a single CPU running at a time, this is just to
  be safe for the future
kernel/arch/i386/memory.c