aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/proc
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2019-07-16 16:26:33 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2019-07-16 19:23:21 -0700
commit9b98fa22948551e20a15b0b9d22589e3724c361a (patch)
treecdceefa96ae697920b5d00575d15b09b423db924 /tools/testing/selftests/proc
parentmm: provide a print_vma_addr stub for !CONFIG_MMU (diff)
downloadlinux-dev-9b98fa22948551e20a15b0b9d22589e3724c361a.tar.xz
linux-dev-9b98fa22948551e20a15b0b9d22589e3724c361a.zip
mm: stub out all of swapops.h for !CONFIG_MMU
The whole header file deals with swap entries and PTEs, none of which can exist for nommu builds. The current nommu ports have lots of stubs to allow the inline functions in swapops.h to compile, but as none of this functionality is actually used there is no point in even providing it. This way we don't have to provide the stubs for the upcoming RISC-V nommu port, and can eventually remove it from the existing ports. Link: http://lkml.kernel.org/r/20190703122359.18200-4-hch@lst.de Signed-off-by: Christoph Hellwig <hch@lst.de> Cc: Vladimir Murzin <vladimir.murzin@arm.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools/testing/selftests/proc')
0 files changed, 0 insertions, 0 deletions