]> Zhao Yanbai Git Server - minix.git/commit
vm: fix kernel-requested mappings for arm 68/268/1
authorBen Gras <ben@minix3.org>
Tue, 29 Jan 2013 17:52:08 +0000 (17:52 +0000)
committerBen Gras <ben@minix3.org>
Tue, 29 Jan 2013 17:57:04 +0000 (17:57 +0000)
commit08cb986d3fe8559c81ae5b3b6faa41bef5ef4701
treec0f6cdd0017f1da06911bf1fa0873387d695cc97
parente641d42a37f27777fc5cdb38f75565c9d17dc5dc
vm: fix kernel-requested mappings for arm

. make vm tell kernel virtual locations of mappings
. makes _minix_kerninfo feature work
. fix for mappings being larger than what 1 pde can address
  (e.g. devices memory requested on arm)
. still requires a special case for devices memory for the
  kernel, which has to switch to virtual addressing

Change-Id: I2e94090aa432346fa4da0edeba72f0b7406c2ad7
lib/libc/sys-minix/init.c
servers/vm/arch/i386/pagetable.c