From: Laura Abbott Date: Thu, 27 Oct 2016 16:27:33 +0000 (-0700) Subject: arm64: dump: Remove max_addr X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=cfd69e9551a1b1d20a7ba030a0990aa370817f54;p=linux-beck.git 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 Reviewed-by: Mark Rutland Tested-by: Mark Rutland Signed-off-by: Laura Abbott Signed-off-by: Catalin Marinas --- 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);