[SPARC64]: Fix IOMMU mapping on sun4v.
authorDavid S. Miller <davem@sunset.davemloft.net>
Tue, 14 Feb 2006 05:50:27 +0000 (21:50 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 20 Mar 2006 09:12:48 +0000 (01:12 -0800)
We should dynamically allocate the per-cpu pglist not use
an in-kernel-image datum, since __pa() does not work on
such addresses.

Also, consistently use "u32" for devhandle.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found