aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorChristophe Leroy <[email protected]>2018-10-09 13:51:35 +0000
committerMichael Ellerman <[email protected]>2018-10-13 23:52:45 +1100
commite04e39507c3c3da9cba31ee2e52f51b10b6350d0 (patch)
treee7c5be2f8aec258a77758250ded7373ee1dc19db /tools/perf/scripts/python/stackcollapse.py
parent86c391bd5f47101acf1f3e0abd9fe0616ae2a4fb (diff)
drivers/video/fbdev: use ioremap_wc/wt() instead of __ioremap()
_PAGE_NO_CACHE is a platform specific flag. In addition, this flag is misleading because one would think it requests a noncached page whereas a noncached page is _PAGE_NO_CACHE | _PAGE_GUARDED _PAGE_NO_CACHE alone means write combined noncached page, so lets use ioremap_wc() instead. _PAGE_WRITETHRU is also platform specific flag. Use ioremap_wt() instead. Signed-off-by: Christophe Leroy <[email protected]> Acked-by: Daniel Vetter <[email protected]> Acked-by: Bartlomiej Zolnierkiewicz <[email protected]> Signed-off-by: Michael Ellerman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions