powerpc: Use rtas_call not call_rtas in CHRP code
authorPaul Mackerras <paulus@samba.org>
Wed, 2 Nov 2005 04:04:26 +0000 (15:04 +1100)
committerPaul Mackerras <paulus@samba.org>
Wed, 2 Nov 2005 04:04:26 +0000 (15:04 +1100)
The nvram driver imported from the ppc code uses call_rtas, but
rtas_call is the name we are using in merged code (since ppc64 used
that name, and it uses far more RTAS calls than ppc32).

Signed-off-by: Paul Mackerras <paulus@samba.org>

No differences found