提交 545bba18 编写于 作者: M Michael Neuling 提交者: Benjamin Herrenschmidt

powerpc: Add alignment handler for new lfiwzx instruction

lfiwzx is a new floating point load instruction in 2.06 that needs an
alignment handler for Linux.

Turns out to be the worlds easiest handler to add.
Signed-off-by: NMichael Neuling <mikey@neuling.org>
Signed-off-by: NBenjamin Herrenschmidt <benh@kernel.crashing.org>
上级 0f16ef7f
...@@ -187,7 +187,7 @@ static struct aligninfo aligninfo[128] = { ...@@ -187,7 +187,7 @@ static struct aligninfo aligninfo[128] = {
{ 4, ST+F+S+U }, /* 11 1 1010: stfsux */ { 4, ST+F+S+U }, /* 11 1 1010: stfsux */
{ 8, ST+F+U }, /* 11 1 1011: stfdux */ { 8, ST+F+U }, /* 11 1 1011: stfdux */
INVALID, /* 11 1 1100 */ INVALID, /* 11 1 1100 */
INVALID, /* 11 1 1101 */ { 4, LD+F }, /* 11 1 1101: lfiwzx */
INVALID, /* 11 1 1110 */ INVALID, /* 11 1 1110 */
INVALID, /* 11 1 1111 */ INVALID, /* 11 1 1111 */
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册