提交 e3cd7f01 编写于 作者: J James Hogan

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: NDavid Binderman <dcb314@hotmail.com>
Signed-off-by: NJames Hogan <james.hogan@imgtec.com>
上级 3a158a62
......@@ -152,6 +152,5 @@ void __init mmu_init(unsigned long mem_end)
p_swapper_pg_dir++;
addr += PGDIR_SIZE;
entry++;
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册