]> git.karo-electronics.de Git - karo-tx-linux.git/commit
x86, mm: Find_early_table_space based on ranges that are actually being mapped
authorJacob Shin <jacob.shin@amd.com>
Wed, 24 Oct 2012 19:24:44 +0000 (14:24 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 31 Oct 2012 17:03:11 +0000 (10:03 -0700)
commit3fd37d2b84e53427b10e6900f7039f9ea9c3a408
treefbf18a1d179b2ceccd4c591bb33c03e76fdbe3df
parent6c422bb689034ce2c2b781754b03fb93bc67fa78
x86, mm: Find_early_table_space based on ranges that are actually being mapped

commit 844ab6f993b1d32eb40512503d35ff6ad0c57030 upstream.

Current logic finds enough space for direct mapping page tables from 0
to end. Instead, we only need to find enough space to cover mr[0].start
to mr[nr_range].end -- the range that is actually being mapped by
init_memory_mapping()

This is needed after 1bbbbe779aabe1f0768c2bf8f8c0a5583679b54a, to address
the panic reported here:

  https://lkml.org/lkml/2012/10/20/160
  https://lkml.org/lkml/2012/10/21/157

Signed-off-by: Jacob Shin <jacob.shin@amd.com>
Link: http://lkml.kernel.org/r/20121024195311.GB11779@jshin-Toonie
Tested-by: Tom Rini <trini@ti.com>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/x86/mm/init.c