x86, mm: Remove early_memremap workaround for page table accessing on 64bit
authorYinghai Lu <yinghai@kernel.org>
Sat, 17 Nov 2012 03:38:59 +0000 (19:38 -0800)
committerH. Peter Anvin <hpa@linux.intel.com>
Sat, 17 Nov 2012 19:59:20 +0000 (11:59 -0800)
commit973dc4f3fad5890bc7b694148ad4c825b9af6dc1
treecd981a3a108941b74d1c21e8f672589d2dacb0ce
parent8d57470d8f859635deffe3919d7d4867b488b85a
x86, mm: Remove early_memremap workaround for page table accessing on 64bit

We try to put page table high to make room for kdump, and at that time
those ranges are not mapped yet, and have to use ioremap to access it.

Now after patch that pre-map page table top down.
x86, mm: setup page table in top-down
We do not need that workaround anymore.

Just use __va to return directly mapping address.

Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Link: http://lkml.kernel.org/r/1353123563-3103-23-git-send-email-yinghai@kernel.org
Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
arch/x86/mm/init_64.c