]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
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)
commite22146e610bb7aed63282148740ab1d1b91e1d90
tree85cb5c7578efbab1d0e37382bf213da5ebeded37
parent45158894d4d6704afbb4cefe55e5f6ca279fe12a
x86: fix kernel_physical_mapping_init() for large x86 systems

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>
arch/x86/mm/init_64.c