commit | bdf042486a01aefaf29d74be1b4526daa70a5f0f | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Wed Jun 22 20:58:29 2005 +0100 |
committer | Russell King <rmk@dyn-67.arm.linux.org.uk> | Wed Jun 22 20:58:29 2005 +0100 |
tree | dd6af0dacd88d98eda7cd9ed80b89deec7157d7f | |
parent | e00d349e7781a92cf35b242259c9e5341a9661bb [diff] |
[PATCH] ARM: Factor out common pmd_populate functionality Both pmd_populate variants set two pmd entries before ensuring that they are flushed from the cache. Separate this functionality into __pmd_populate(). Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>