diff options
author | Dan Williams <[email protected]> | 2016-03-09 14:08:13 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2016-03-09 15:43:42 -0800 |
commit | 5f29a77cd95771edebbf41e5800fdd557c69302a (patch) | |
tree | 9358ffafdb0863e77d19166ca09b78cb76803287 /tools/perf/scripts/python/bin/export-to-postgresql-report | |
parent | d77a117e6871ff78a06def46583d23752593de60 (diff) |
mm: fix mixed zone detection in devm_memremap_pages
The check for whether we overlap "System RAM" needs to be done at
section granularity. For example a system with the following mapping:
100000000-37bffffff : System RAM
37c000000-837ffffff : Persistent Memory
...is unable to use devm_memremap_pages() as it would result in two
zones colliding within a given section.
Signed-off-by: Dan Williams <[email protected]>
Cc: Ross Zwisler <[email protected]>
Reviewed-by: Toshi Kani <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions