commit | 8207c2570af6f819b61be9ef3fb298d0a8c0e18c | [log] [tgz] |
---|---|---|
author | Jeremy Fitzhardinge <jeremy@goop.org> | Tue Jun 24 17:32:48 2008 -0400 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Jul 08 13:15:58 2008 +0200 |
tree | 0854b3e4a7e94deb6d9867393280965d1d22b517 | |
parent | 9f9d489a3e78b49d897734eaaf9dea568dbea66e [diff] |
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>