From: Yinghai Lu Date: Sat, 17 Nov 2012 03:38:59 +0000 (-0800) Subject: x86, mm: Remove early_memremap workaround for page table accessing on 64bit X-Git-Tag: v3.9-rc1~105^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=973dc4f3fad5890bc7b694148ad4c825b9af6dc1;p=pandora-kernel.git 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 Link: http://lkml.kernel.org/r/1353123563-3103-23-git-send-email-yinghai@kernel.org Acked-by: Stefano Stabellini Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed