aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/hipe/hipe_primops.h
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2017-07-18 14:30:55 +0200
committerGitHub <[email protected]>2017-07-18 14:30:55 +0200
commitaa8df5238a20a539bc90deb68aa39050197ba725 (patch)
treebf5108a9a9304b8377b9e5a922274daef6f0ba20 /erts/emulator/hipe/hipe_primops.h
parentde5cfabdad61d45a112d95e24ac44e3f51a4bd18 (diff)
parent7b5a1a7e787570ff13805a150e4c7c13bda8b0a6 (diff)
downloadotp-aa8df5238a20a539bc90deb68aa39050197ba725.tar.gz
otp-aa8df5238a20a539bc90deb68aa39050197ba725.tar.bz2
otp-aa8df5238a20a539bc90deb68aa39050197ba725.zip
lukas/erts/remove-non-smp/OTP-14518
Remove support for the non-smp emulators
Diffstat (limited to 'erts/emulator/hipe/hipe_primops.h')
-rw-r--r--erts/emulator/hipe/hipe_primops.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/erts/emulator/hipe/hipe_primops.h b/erts/emulator/hipe/hipe_primops.h
index 4fcbc9df38..6aac5e6205 100644
--- a/erts/emulator/hipe/hipe_primops.h
+++ b/erts/emulator/hipe/hipe_primops.h
@@ -41,10 +41,8 @@ PRIMOP_LIST(am_bnot, &nbif_bnot_1)
PRIMOP_LIST(am_gc_1, &nbif_gc_1)
PRIMOP_LIST(am_check_get_msg, &nbif_check_get_msg)
-#ifdef ERTS_SMP
PRIMOP_LIST(am_atomic_inc, &nbif_atomic_inc)
PRIMOP_LIST(am_clear_timeout, &nbif_clear_timeout)
-#endif
PRIMOP_LIST(am_select_msg, &nbif_select_msg)
PRIMOP_LIST(am_set_timeout, &nbif_set_timeout)
PRIMOP_LIST(am_rethrow, &nbif_rethrow)