[POWERPC] pseries: Use rtas_token instead of hand-rolled code
authorLinas Vepstas <linas@austin.ibm.com>
Wed, 8 Aug 2007 20:02:10 +0000 (06:02 +1000)
committerPaul Mackerras <paulus@samba.org>
Fri, 17 Aug 2007 01:01:52 +0000 (11:01 +1000)
commitba28cc09316510aacb17f8421fdaae37969a4d5b
tree1f9c31e5574c266a277955ef809e7a99e3bd2eb5
parenta4fc3a3cead7f9e00dc0f6e00238b11c030f94cc
[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>
arch/powerpc/platforms/pseries/rtasd.c