commit | 19fa17e5b1d9622902c1e9a7b0f8be676f266bbe | [log] [tgz] |
---|---|---|
author | Paul Mackerras <paulus@samba.org> | Wed Nov 02 15:04:26 2005 +1100 |
committer | Paul Mackerras <paulus@samba.org> | Wed Nov 02 15:04:26 2005 +1100 |
tree | f8c05c770c6e7019c8e0f342db30b391547dfa73 | |
parent | f2cad7a8cdbe66d313059824d61ef1f455031566 [diff] |
powerpc: Use rtas_call not call_rtas in CHRP code 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>