x86: fix pte allocation in "x86: introduce init_memory_mapping for 32bit"
authorJeremy Fitzhardinge <jeremy@goop.org>
Tue, 24 Jun 2008 21:32:48 +0000 (17:32 -0400)
committerIngo Molnar <mingo@elte.hu>
Tue, 8 Jul 2008 11:15:58 +0000 (13:15 +0200)
commita8bf4e03118f4570184943d18e94a207e10737a7
tree0854b3e4a7e94deb6d9867393280965d1d22b517
parentcde4f69d44392cf966e5b9511c4bdb6b3193bc56
x86: fix pte allocation in "x86: introduce init_memory_mapping for 32bit"

The patch "x86: introduce init_memory_mapping for 32bit" does not allocate
enough space for PTEs if the CPU does not implement PSE.

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Acked-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/mm/init_32.c