commit | ba28cc09316510aacb17f8421fdaae37969a4d5b | [log] [tgz] |
---|---|---|
author | Linas Vepstas <linas@austin.ibm.com> | Thu Aug 09 06:02:10 2007 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Fri Aug 17 11:01:52 2007 +1000 |
tree | 1f9c31e5574c266a277955ef809e7a99e3bd2eb5 | |
parent | a4fc3a3cead7f9e00dc0f6e00238b11c030f94cc [diff] |
[POWERPC] pseries: Use rtas_token instead of hand-rolled code The rtas_token() call does the same thing as this hand-rolled code. This makes the code easier to read. Signed-off-by: Linas Vepstas <linas@austin.ibm.com> ---- arch/powerpc/platforms/pseries/rtasd.c | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) Signed-off-by: Paul Mackerras <paulus@samba.org>