diff options
| author | Ard Biesheuvel <[email protected]> | 2016-04-25 21:06:41 +0100 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2016-04-28 11:33:52 +0200 |
| commit | 24d45d1dc275b818093fe1d0055a230ce5e8c4c7 (patch) | |
| tree | 93cfd51aced47fce4285b639b7a1fe3c20e8856c /tools/perf/scripts/python | |
| parent | 0d054ad96e97dcd8966e9333eabcc7a466672f70 (diff) | |
efi/arm*: Use memremap() to create the persistent memmap mapping
Instead of using ioremap_cache(), which is slightly inappropriate for
mapping firmware tables, and is not even allowed on ARM for mapping
regions that are covered by a struct page, use memremap(), which was
invented for this purpose, and will also reuse the existing kernel
direct mapping if the requested region is covered by it.
Signed-off-by: Ard Biesheuvel <[email protected]>
Signed-off-by: Matt Fleming <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions