sh: DSP save/restore ordering and a0 sign extension fixups.
authorPaul Mundt <lethal@linux-sh.org>
Thu, 20 Aug 2009 05:02:20 +0000 (14:02 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Thu, 20 Aug 2009 05:02:20 +0000 (14:02 +0900)
commit485f0720c3e0f57deac403acfbf078a89baeb6ba
tree763e04f149fb17683f3f1353ec517c11c53bc8c2
parent6503fe4a6508673c15a509ec4ac3ca5979ae9593
sh: DSP save/restore ordering and a0 sign extension fixups.

As an excellent indicator of how much testing the DSP code gets, a couple
of rather glaring bugs in the DSP save/restore paths were found:

- In the DSP restore case a0 needs to be popped off before a0g,
  or the value of a0g is clobbered by the MSB of a0 in the case
  of sign extension.

- Beyond that, the save and restore orders were out of sync,
  so this fixes that up as well. At the same time, we switch over
  to using movs.l for both the save and restore of the general DSP
  registers as opposed to using sts.l (which was initially put in
  place to work around a bug in ancient binutils versions which
  the kernel no longer supports).

Reported-by: Chee Soon Yip <yip.cheesoon@renesas.com>
Cc: Chu Lih Kwek <kwek.chulih@renesas.com>,
Cc: General Lai <general.lai@renesas.com>,
Cc: Robert Cozens <Robert.Cozens@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/include/asm/system_32.h