ARM: pgtable: collect up identity mapping functions
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 21 Nov 2010 11:41:57 +0000 (11:41 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 22 Dec 2010 11:05:33 +0000 (11:05 +0000)
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>

No differences found