commit | 1cdab55d8a8313f77a95fb8ca966dc4334f8e810 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Sun Feb 22 16:19:14 2009 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed Mar 11 17:10:14 2009 +1100 |
tree | 09649768514553e9c25d1a5a53a5cd567d0e138d | |
parent | 16962e7ce1dce29e1e92d231ac7d6844d7385d54 [diff] |
powerpc: Wire up /proc/vmallocinfo to our ioremap() 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>