Re: [patch v11 02/23] ACPI: add arm64 to the platforms that use ioremap

2015-03-25 Thread Catalin Marinas
On Tue, Mar 24, 2015 at 10:02:35PM +0800, Hanjun Guo wrote: > From: Graeme Gregory > > Now with the base changes to the arm memory mapping it is safe > to convert to using ioremap to map in the tables after > acpi_gbl_permanent_mmap is set. > > CC: Rafael J Wysocki > Tested-by: Robert Richter

[patch v11 02/23] ACPI: add arm64 to the platforms that use ioremap

2015-03-24 Thread Hanjun Guo
From: Graeme Gregory Now with the base changes to the arm memory mapping it is safe to convert to using ioremap to map in the tables after acpi_gbl_permanent_mmap is set. CC: Rafael J Wysocki Tested-by: Robert Richter Tested-by: Timur Tabi Acked-by: Robert Richter Acked-by: Rafael J. Wysocki