mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 22:51:42 +00:00
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: David Binderman <dcb314@hotmail.com> Signed-off-by: James Hogan <james.hogan@imgtec.com>
This commit is contained in:
parent
3a158a62da
commit
e3cd7f013b
@ -152,6 +152,5 @@ void __init mmu_init(unsigned long mem_end)
|
||||
|
||||
p_swapper_pg_dir++;
|
||||
addr += PGDIR_SIZE;
|
||||
entry++;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user