commit | 8d4dd919b46ed982da6ef6bf6fcec454cd7a5b1b | [log] [tgz] |
---|---|---|
author | Yinghai Lu <yinghai@kernel.org> | Wed Mar 04 01:25:21 2009 -0800 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Mar 04 20:55:04 2009 +0100 |
tree | 85350693af8b8035361cc3c1b610ea77ae330157 | |
parent | b68adb16f29c8ea02f21f5ebf65bcabffe217e9f [diff] |
x86: ioremap mptable Impact: fix boot with mptable above max_low_mapped Try to use early_ioremap() to map MPC to make sure it works even it is at the end of ram. Signed-off-by: Yinghai Lu <yinghai@kernel.org> Cc: Andrew Morton <akpm@linux-foundation.org> LKML-Reference: <49AE4901.3090801@kernel.org> Signed-off-by: Ingo Molnar <mingo@elte.hu> Reported-and-tested-by: Kevin O'Connor <kevin@koconnor.net>