sparc64: Add generic interface for registering a dimm printing handler.
authorDavid S. Miller <davem@davemloft.net>
Mon, 25 Aug 2008 05:08:34 +0000 (22:08 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 25 Aug 2008 05:08:34 +0000 (22:08 -0700)
The way to do this varies by platform type and the exact memory
controller the cpu uses.

For Spitfire cpus we currently just use prom_getunumber() and hope
that works.

For Cheetah cpus we have a memory controller driver that can
compute this information.

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

No differences found