target/hppa: remove PSW I/R/Q bit check
commitb06c0618c08c96d045c99b1bc21b6ce8fbee9581
authorSven Schnelle <svens@stackframe.org>
Mon, 11 Mar 2019 19:15:56 +0000 (11 20:15 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 12 Mar 2019 16:13:43 +0000 (12 09:13 -0700)
treec097d81a5bc4078ac0a43214060307bd8ccc5813
parent23c3d569f44284066714ff7c46bc4f19e630583f
target/hppa: remove PSW I/R/Q bit check

HP ODE use rfi to set the Q bit, and i don't see anything in the
documentation that this is forbidden. So remove it.

Signed-off-by: Sven Schnelle <svens@stackframe.org>
Message-Id: <20190311191602.25796-6-svens@stackframe.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/hppa/op_helper.c