Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1499947

[PATCHv2 3/4] arm64: dump: Remove max_addr

From Laura Abbott <labbott@redhat.com>
Newsgroups linux.kernel
Subject [PATCHv2 3/4] arm64: dump: Remove max_addr
Date 2016-10-13 00:40 +0200
Message-ID <srAlQ-2op-33@gated-at.bofh.it> (permalink)
References <srAlP-2op-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


max_addr was added as part of struct ptdump_info but has never actually
been used. Remove it.

Signed-off-by: Laura Abbott <labbott@redhat.com>
---
New for v2 of the series
---
 arch/arm64/include/asm/ptdump.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/include/asm/ptdump.h b/arch/arm64/include/asm/ptdump.h
index 7c35689..8fc0957 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);
-- 
2.7.4

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCHv2 0/4] WX checking for arm64 Laura Abbott <labbott@redhat.com> - 2016-10-13 00:40 +0200
  [PATCHv2 2/4] arm64: dump: Make the page table dumping seq_file optional Laura Abbott <labbott@redhat.com> - 2016-10-13 00:40 +0200
    Re: [PATCHv2 2/4] arm64: dump: Make the page table dumping seq_file  optional Mark Rutland <mark.rutland@arm.com> - 2016-10-17 13:10 +0200
  [PATCHv2 3/4] arm64: dump: Remove max_addr Laura Abbott <labbott@redhat.com> - 2016-10-13 00:40 +0200
    Re: [PATCHv2 3/4] arm64: dump: Remove max_addr Mark Rutland <mark.rutland@arm.com> - 2016-10-17 13:10 +0200

csiph-web