]> git.karo-electronics.de Git - mv-sheeva.git/commit
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)
commite62cac1fd035b4cde707285008499dbe71955a86
tree214447e9efd4dc49f5bb707c7c1c0073a3df9803
parent91921fef7c658b12de53376b312d071d757f7770
sparc: Pass buffer pointer all the way down to prom_{get,put}char().

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>
arch/sparc/include/asm/openprom.h
arch/sparc/include/asm/oplib_32.h
arch/sparc/include/asm/oplib_64.h
arch/sparc/prom/console_32.c
arch/sparc/prom/console_64.c
arch/sparc/prom/printf.c