diff options
author | Laura Abbott <labbott@redhat.com> | 2016-10-27 18:27:33 +0200 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2016-11-07 19:15:04 +0100 |
commit | cfd69e9551a1b1d20a7ba030a0990aa370817f54 (patch) | |
tree | 0865e0d430426b0d35ea0697e9c8b0ed53ba958f /arch/arm64/include/asm/ptdump.h | |
parent | arm64: dump: Make the page table dumping seq_file optional (diff) | |
download | linux-cfd69e9551a1b1d20a7ba030a0990aa370817f54.tar.xz linux-cfd69e9551a1b1d20a7ba030a0990aa370817f54.zip |
arm64: dump: Remove max_addr
max_addr was added as part of struct ptdump_info but has never actually
been used. Remove it.
Reviewed-by: Kees Cook <keescook@chromium.org>
Reviewed-by: Mark Rutland <mark.rutland@arm.com>
Tested-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Laura Abbott <labbott@redhat.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'arch/arm64/include/asm/ptdump.h')
-rw-r--r-- | arch/arm64/include/asm/ptdump.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/include/asm/ptdump.h b/arch/arm64/include/asm/ptdump.h index 16335dac3c1f..f72ee69ee602 100644 --- a/arch/arm64/include/asm/ptdump.h +++ b/arch/arm64/include/asm/ptdump.h @@ -30,7 +30,6 @@ struct ptdump_info { struct mm_struct *mm; const struct addr_marker *markers; unsigned long base_addr; - unsigned long max_addr; }; void ptdump_walk_pgd(struct seq_file *s, struct ptdump_info *info); |