Skip to content

Commit cfd69e9

Browse files
labbottctmarinas
authored andcommitted
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>
1 parent ae5d1cf commit cfd69e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/arm64/include/asm/ptdump.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ struct ptdump_info {
3030
struct mm_struct *mm;
3131
const struct addr_marker *markers;
3232
unsigned long base_addr;
33-
unsigned long max_addr;
3433
};
3534

3635
void ptdump_walk_pgd(struct seq_file *s, struct ptdump_info *info);

0 commit comments

Comments
 (0)