From: Jeremy Fitzhardinge Date: Sat, 7 Feb 2009 23:39:38 +0000 (-0800) Subject: x86: use early_ioremap in __acpi_map_table X-Git-Tag: v2.6.30-rc1~211^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c14fa4937eb73509e07ac12bf8db1fdf4c42a59;p=pandora-kernel.git x86: use early_ioremap in __acpi_map_table __acpi_map_table() effectively reimplements early_ioremap(). Rather than have that duplication, just implement it in terms of early_ioremap(). However, unlike early_ioremap(), __acpi_map_table() just maintains a single mapping which gets replaced each call, and has no corresponding unmap function. Implement this by just removing the previous mapping each time its called. Unfortunately, this will leave a stray mapping at the end. Signed-off-by: Jeremy Fitzhardinge Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed