commit | 4252c659a4e7f4260e4bdc87538578236c51ab2d | [log] [tgz] |
---|---|---|
author | Magnus Damm <magnus.damm@gmail.com> | Thu Feb 07 19:58:46 2008 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Thu Feb 14 14:22:09 2008 +0900 |
tree | 0b85509081e8ad05db5514bccaa71f384dfa92bd | |
parent | 1e6760c5c4589d02a6877fb256b99c33dd8f1ede [diff] |
sh: add byte support to the sign extension code This patch adds byte support to the sign extension code. Unaligned access traps should never be generated on 8-bit io operations, but we will use this code for trapped io and we do need byte support there. Signed-off-by: Magnus Damm <damm@igel.co.jp> Signed-off-by: Paul Mundt <lethal@linux-sh.org>