ppc: Fix mtmsr decoding
commit5e31867fbdefca66fe29f02c59b950c716c2ce64
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 7 Jun 2016 02:50:25 +0000 (7 12:50 +1000)
committerDavid Gibson <david@gibson.dropbear.id.au>
Tue, 7 Jun 2016 03:10:45 +0000 (7 13:10 +1000)
treee474f53386037c078737072625c9c74d44eaf610
parentdfdd3e43620a6cd4f2be31da5a257c84a16fc000
ppc: Fix mtmsr decoding

We had code to handle the L bit in the opcode but we didn't
allow it in the decode mask.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target-ppc/translate.c