Commit e3cd7f01 authored by James Hogan's avatar James Hogan
Browse files

metag/mm: Drop pointless increment



The increment of entry in the loop in mmu_init for meta1 is redundant as
it isn't used again, so drop it.

Reported-by: default avatarDavid Binderman <dcb314@hotmail.com>
Signed-off-by: default avatarJames Hogan <james.hogan@imgtec.com>
parent 3a158a62
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -152,6 +152,5 @@ void __init mmu_init(unsigned long mem_end)

		p_swapper_pg_dir++;
		addr += PGDIR_SIZE;
		entry++;
	}
}