sparc: Pass buffer pointer all the way down to prom_{get,put}char().
authorDavid S. Miller <davem@davemloft.net>
Tue, 30 Nov 2010 22:33:29 +0000 (14:33 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 30 Nov 2010 22:33:29 +0000 (14:33 -0800)
This gets us closer to being able to eliminate the use
of dynamic and stack based buffers, so that we can adhere
to the "no buffer addresses above 4GB" rule for PROM calls.

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

No differences found