42c9c06bec x86: ACPI: use ioremap_early() instead of __va()/__pa()

2008-01-18 Thread Johannes Weiner
Hi Ingo, with the commit 42c9c06bec2f48002d5b6573c8700461120070a9 x86: ACPI: use ioremap_early() instead of __va()/__pa() you made __acpi_map_table(), which is non-__init, call early_ioremap() which is __init on 64bit (init_64.c) but non-__init on 32bit (ioremap_32.c). This

42c9c06bec x86: ACPI: use ioremap_early() instead of __va()/__pa()

2008-01-18 Thread Johannes Weiner
Hi Ingo, with the commit 42c9c06bec2f48002d5b6573c8700461120070a9 x86: ACPI: use ioremap_early() instead of __va()/__pa() you made __acpi_map_table(), which is non-__init, call early_ioremap() which is __init on 64bit (init_64.c) but non-__init on 32bit (ioremap_32.c). This