From: Laurent Dufour Date: Thu, 15 Jan 2015 17:23:47 +0000 (+0100) Subject: powerpc/xmon: Fix another endiannes issue in RTAS call from xmon X-Git-Tag: fixes-v4.0-rc1~236^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6eb2eba494d6f99e69ca3c3748cd37a2544ab38;p=pandora-kernel.git powerpc/xmon: Fix another endiannes issue in RTAS call from xmon The commit 3b8a3c010969 ("powerpc/pseries: Fix endiannes issue in RTAS call from xmon") was fixing an endianness issue in the call made from xmon to RTAS. However, as Michael Ellerman noticed, this fix was not complete, the token value was not byte swapped. This lead to call an unexpected and most of the time unexisting RTAS function, which is silently ignored by RTAS. This fix addresses this hole. Reported-by: Michael Ellerman Cc: stable@vger.kernel.org Signed-off-by: Laurent Dufour Signed-off-by: Michael Ellerman --- Reading git-diff-tree failed