powerpc: Wire up /proc/vmallocinfo to our ioremap()
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Sun, 22 Feb 2009 16:19:14 +0000 (16:19 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 11 Mar 2009 06:10:14 +0000 (17:10 +1100)
This adds the necessary bits and pieces to powerpc implementation of
ioremap to benefit from caller tracking in /proc/vmallocinfo, at least
for ioremap's done after mem init as the older ones aren't tracked.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>

No differences found