aboutsummaryrefslogtreecommitdiff
path: root/target-i386/helper.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2015-07-06 17:29:59 +0100
committerRichard Henderson <rth@twiddle.net>2016-02-13 07:59:59 +1100
commit7f0b7141b4c7deab51efd8ee1e83eab2d9b7a9ea (patch)
tree4829f9a06ec132c626a6f119288d1d39d83d5afd /target-i386/helper.h
parentf4f1110e4b34797ddfa87bb28f9518b9256778be (diff)
target-i386: Perform set/reset_inhibit_irq inline
With helpers that can be reused for other things. Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'target-i386/helper.h')
-rw-r--r--target-i386/helper.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/target-i386/helper.h b/target-i386/helper.h
index 9a83955868..14a5041df0 100644
--- a/target-i386/helper.h
+++ b/target-i386/helper.h
@@ -62,8 +62,6 @@ DEF_HELPER_1(cli, void, env)
DEF_HELPER_1(sti, void, env)
DEF_HELPER_1(clac, void, env)
DEF_HELPER_1(stac, void, env)
-DEF_HELPER_1(set_inhibit_irq, void, env)
-DEF_HELPER_1(reset_inhibit_irq, void, env)
DEF_HELPER_3(boundw, void, env, tl, int)
DEF_HELPER_3(boundl, void, env, tl, int)
DEF_HELPER_1(rsm, void, env)