aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaura Abbott <[email protected]>2016-10-27 09:27:33 -0700
committerCatalin Marinas <[email protected]>2016-11-07 18:15:04 +0000
commitcfd69e9551a1b1d20a7ba030a0990aa370817f54 (patch)
tree0865e0d430426b0d35ea0697e9c8b0ed53ba958f
parentae5d1cf358a5bf0020cd25618fca10b5c5c4630e (diff)
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 <[email protected]> Reviewed-by: Mark Rutland <[email protected]> Tested-by: Mark Rutland <[email protected]> Signed-off-by: Laura Abbott <[email protected]> Signed-off-by: Catalin Marinas <[email protected]>
-rw-r--r--arch/arm64/include/asm/ptdump.h1
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);