commit | 614dd0585f376a25c638abbed9c5fbd21d7baece | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Sun Nov 21 11:41:57 2010 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Wed Dec 22 11:05:33 2010 +0000 |
tree | 9bd2c8bb3523632901e3ddc3f9b1eba24e7671ab | |
parent | 26bbf0b57a0848932f725076bcb1245ca696e8d3 [diff] |
ARM: pgtable: collect up identity mapping functions We have two places where we create identity mappings - one when we bring secondary CPUs online, and one where we setup some mappings for soft- reboot. Combine these two into a single implementation. Also collect the identity mapping deletion function. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>