]> Zhao Yanbai Git Server - minix.git/commit
VM: slight pagedir mapping generalization 25/325/2
authorBen Gras <ben@minix3.org>
Sun, 10 Feb 2013 18:37:12 +0000 (19:37 +0100)
committerBen Gras <ben@minix3.org>
Sun, 10 Feb 2013 20:50:34 +0000 (21:50 +0100)
commitd1df256de991302e0cae218e9979cb26af1f3977
tree1631c46d7c78862e878422b4d97e4cfd851aed85
parent7df45744ad40082fff93c078433f7507a458e80d
VM: slight pagedir mapping generalization

. allow any number of pde's used for pagedir mapping
. allows >1024 NR_PROCS on x86, >64 on ARM
. allows NR_PROCS to be the same in both cases
. also cleanup: allocating spare PDE's is not necessary
  throw that function out

Change-Id: Ibb8f8cf6e7db6a4d6384b6911d1a3f3f5e5d8256
include/minix/sys_config.h
servers/vm/arch/i386/pagetable.c