Len Brown 6d5bbf00d2 ACPI: Use ioremap_cache()
Although the temporary boot-time ACPI table mappings
were set up with CPU caching enabled, the permanent table
mappings and AML run-time region memory accesses were
set up with ioremap(), which on x86 is a synonym for
ioremap_nocache().

Changing this to ioremap_cache() improves performance as
seen when accessing the tables via acpidump,
or /sys/firmware/acpi/tables.  It should also improve
AML run-time performance.

No change on ia64.

Reported-by: Jack Steiner <steiner@sgi.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
2011-01-07 01:04:19 -05:00
..
2010-08-14 22:26:53 +02:00
2010-11-16 13:33:23 -08:00
2011-01-07 01:04:19 -05:00
2010-10-29 04:16:33 -04:00
2009-09-02 09:14:48 -07:00
2010-06-30 10:46:16 -07:00
2005-04-16 15:20:36 -07:00