diff options
| author | Mark Salter <[email protected]> | 2015-03-24 14:02:38 +0000 |
|---|---|---|
| committer | Will Deacon <[email protected]> | 2015-03-25 11:49:30 +0000 |
| commit | 652261a7a86c884147930fa1e5ddd82a8a5748da (patch) | |
| tree | 835b7489753d4a472301ccc104d5c295994ab0f6 /tools/perf/scripts/python | |
| parent | 37655163ce1a3ef2635a9bba0ad614f25e01484e (diff) | |
ACPI: fix acpi_os_ioremap for arm64
The acpi_os_ioremap() function may be used to map normal RAM or IO
regions. The current implementation simply uses ioremap_cache(). This
will work for some architectures, but arm64 ioremap_cache() cannot be
used to map IO regions which don't support caching. So for arm64, use
ioremap() for non-RAM regions.
CC: Rafael J Wysocki <[email protected]>
CC: Catalin Marinas <[email protected]>
Tested-by: Robert Richter <[email protected]>
Tested-by: Timur Tabi <[email protected]>
Acked-by: Robert Richter <[email protected]>
Acked-by: Rafael J. Wysocki <[email protected]>
Reviewed-by: Grant Likely <[email protected]>
Signed-off-by: Mark Salter <[email protected]>
Signed-off-by: Hanjun Guo <[email protected]>
Signed-off-by: Will Deacon <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions