aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm64/mm/dump.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm64/mm/dump.c b/arch/arm64/mm/dump.c
index a546776264c4..cf33f33333cc 100644
--- a/arch/arm64/mm/dump.c
+++ b/arch/arm64/mm/dump.c
@@ -182,9 +182,6 @@ static void note_page(struct pg_state *st, unsigned long addr, unsigned level,
182 static const char units[] = "KMGTPE"; 182 static const char units[] = "KMGTPE";
183 u64 prot = val & pg_level[level].mask; 183 u64 prot = val & pg_level[level].mask;
184 184
185 if (addr < LOWEST_ADDR)
186 return;
187
188 if (!st->level) { 185 if (!st->level) {
189 st->level = level; 186 st->level = level;
190 st->current_prot = prot; 187 st->current_prot = prot;