]> Zhao Yanbai Git Server - minix.git/commit
Uninitialized variable fix in VM to kernel protocol
authorTomas Hruby <tom@minix3.org>
Thu, 14 Jan 2010 11:30:02 +0000 (11:30 +0000)
committerTomas Hruby <tom@minix3.org>
Thu, 14 Jan 2010 11:30:02 +0000 (11:30 +0000)
commitd96360e4d4e0d36f78a4990308c8223d54f80c43
tree18f3f0bf4010c1bd63e574e14d5a3a76a2421db3
parent98563a4afa14923bbc5d1b6245d401431a0ec709
Uninitialized variable fix in VM to kernel protocol

- index must be initialized to 0 otherwise bad things happen like the mappings
  for local APIC are not correct after turning paging on.
servers/vm/i386/pagetable.c