x86: fix kernel_physical_mapping_init() for large x86 systems
authorJack Steiner <steiner@sgi.com>
Wed, 16 Jul 2008 16:11:59 +0000 (11:11 -0500)
committerIngo Molnar <mingo@elte.hu>
Wed, 16 Jul 2008 16:27:36 +0000 (18:27 +0200)
Fix bug in kernel_physical_mapping_init() that causes kernel
page table to be built incorrectly for systems with greater
than 512GB of memory.

Signed-off-by: Jack Steiner <steiner@sgi.com>
Cc: linux-mm@kvack.org
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found