diff options
author | 2020-09-15 12:52:36 +0200 | |
---|---|---|
committer | 2020-09-16 14:08:47 +0200 | |
commit | 48111b4838480d1357783f4231c351bb2ba2d27d (patch) | |
tree | 198b9f8fdd8fbe47f225a523254b533f80f92b2e /tools/perf/scripts/python/export-to-postgresql.py | |
parent | s390/boot: enable .bss section for compressed kernel (diff) | |
download | wireguard-linux-48111b4838480d1357783f4231c351bb2ba2d27d.tar.xz wireguard-linux-48111b4838480d1357783f4231c351bb2ba2d27d.zip |
s390/mm,ptdump: add proper ifdefs
Use ifdefs instead of IS_ENABLED() to avoid compile error
for !PTDUMP_DEBUGFS:
arch/s390/mm/dump_pagetables.c: In function ‘pt_dump_init’:
arch/s390/mm/dump_pagetables.c:248:64: error: ‘ptdump_fops’ undeclared (first use in this function); did you mean ‘pidfd_fops’?
debugfs_create_file("kernel_page_tables", 0400, NULL, NULL, &ptdump_fops);
Reported-by: Julian Wiedmann <jwi@linux.ibm.com>
Fixes: 08c8e685c7c9 ("s390: add ARCH_HAS_DEBUG_WX support")
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions