diff options
author | Brian Starkey <[email protected]> | 2016-03-22 14:28:00 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2016-03-22 15:36:02 -0700 |
commit | c907e0eb43a522de60fb651c011c553f87273222 (patch) | |
tree | 7118a20b13c415b508666d1c0a797e972e2ba4eb /tools/perf/scripts/python/bin/export-to-postgresql-report | |
parent | cf61e2a1487d833e4748dead4096584de70bf742 (diff) |
memremap: add MEMREMAP_WC flag
Add a flag to memremap() for writecombine mappings. Mappings satisfied
by this flag will not be cached, however writes may be delayed or
combined into more efficient bursts. This is most suitable for buffers
written sequentially by the CPU for use by other DMA devices.
Signed-off-by: Brian Starkey <[email protected]>
Reviewed-by: Catalin Marinas <[email protected]>
Cc: Dan Williams <[email protected]>
Cc: Greg Kroah-Hartman <[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