ARM: mm: Move the idmap print to appropriate place in the code
authorSantosh Shilimkar <santosh.shilimkar@ti.com>
Wed, 31 Jul 2013 16:44:43 +0000 (12:44 -0400)
committerSantosh Shilimkar <santosh.shilimkar@ti.com>
Fri, 11 Oct 2013 00:25:06 +0000 (20:25 -0400)
commitc1a5f4f6733e39c3b780ff14ad6a68252475e7a9
tree7d20d9993f15c4bff3c9a4692a35a191335d42a5
parent4dc9a81715973cb137a14399420bb35b0ed7d6ef
ARM: mm: Move the idmap print to appropriate place in the code

Commit 9e9a367c29cebd2 {ARM: Section based HYP idmap} moved
the address conversion inside identity_mapping_add() without
respective print which carries useful idmap information.

Move the print as well inside identity_mapping_add() to
fix the same.

Cc: Will Deacon <will.deacon@arm.com>
Cc: Nicolas Pitre <nico@linaro.org>
Cc: Russell King <linux@arm.linux.org.uk>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
arch/arm/mm/idmap.c