From: Linas Vepstas Date: Wed, 8 Aug 2007 20:02:10 +0000 (+1000) Subject: [POWERPC] pseries: Use rtas_token instead of hand-rolled code X-Git-Tag: v2.6.24-rc1~1450^2~372 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba28cc09316510aacb17f8421fdaae37969a4d5b;p=pandora-kernel.git [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 ---- arch/powerpc/platforms/pseries/rtasd.c | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed