sparc32: Make IOMMU and IO-UNIT init work with device nodes.
authorDavid S. Miller <davem@davemloft.net>
Tue, 26 Aug 2008 05:47:20 +0000 (22:47 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 Aug 2008 09:13:11 +0000 (02:13 -0700)
And stick the iommu archdata pointer into the generic OF device tree
of_device struct as well.

We still have to pass the sbus_bus object down into the routines so
that the SBUS bus objects get the iommu cookies set properly.  After
drivers get converted to being pure OF drivers, that can go away.

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

No differences found