David S. Miller 4be5c34dc4 [SPARC64]: Privatize sun4u_get_pte() and fix name.
__get_phys is only called from init.c as is prom_virt_to_phys(),
__get_iospace() is not called at all, and sun4u_get_pte() is largely
misnamed.

Privatize the implementation and helper functions of
sun4u_get_phys() to mm/init.c, and rename to
kvaddr_to_paddr().

The only used of this thing is flush_icache_range(), and thus
things can be considerably further simplified.  For example,
we should only see module or PAGE_OFFSET kernel addresses here,
so we don't need the OBP firmware range handling at all.

Signed-off-by: David S. Miller <davem@davemloft.net>
2007-04-26 01:55:26 -07:00
..
2007-03-05 13:22:28 -08:00
2007-04-26 01:55:07 -07:00
2006-10-08 12:32:35 -07:00
2006-09-21 08:48:27 +01:00
2006-12-10 02:42:03 -08:00
2006-09-21 08:48:27 +01:00
2007-04-26 01:55:18 -07:00
2006-12-07 08:39:25 -08:00
2007-03-12 19:58:18 -07:00