summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2020-06-07 21:41:45 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2020-06-08 11:05:57 -0700
commit76b3b58fac350c45e44a3868946ff5e454e8d367 (patch)
treec64e7e3182116e248c426878905e48fe02c137f2 /tools/perf/scripts/python
parente0cf615d725cb3b69f0bdf1d8afdd4d4c31b4fd1 (diff)
asm-generic: improve the flush_dcache_page stub
There is a magic ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGE cpp symbol that guards non-stub availability of flush_dcache_pagge. Use that to check if flush_dcache_pagg is implemented. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Cc: Arnd Bergmann <arnd@arndb.de> Link: http://lkml.kernel.org/r/20200515143646.3857579-8-hch@lst.de Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
th> 2020-08-14iomap: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski 2019-01-22io-64-nonatomic: add io{read|write}64[be]{_lo_hi|_hi_lo} macrosLogan Gunthorpe 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2016-05-03io-64-nonatomic: Add relaxed accessor variantsRobin Murphy 2015-10-15move io-64-nonatomic*.h out of asm-genericChristoph Hellwig