commit | 0d9ac1625ac1041742c72c3b680198f0304539b2 | [log] [tgz] |
---|---|---|
author | Vladimir Murzin <vladimir.murzin@arm.com> | Mon Sep 04 09:17:48 2017 +0100 |
committer | Russell King <rmk+kernel@armlinux.org.uk> | Thu Sep 28 11:13:04 2017 +0100 |
tree | f67ea6a512ed5a59a627b40fdfa8e448e2715b16 | |
parent | 6022f80da0d9d42e02e78f3fb42930ee86f3e7af [diff] |
ARM: 8696/1: mm: Remove dead code in mem_init() The code in question checks memory constrains to set default policy for overcommit; however we support page size of 4K only thus condition is always evaluated to false. Remove that dead code. Signed-off-by: Vladimir Murzin <vladimir.murzin@arm.com> Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>