summaryrefslogtreecommitdiff
path: root/fat-arm.c
diff options
context:
space:
mode:
Diffstat (limited to 'fat-arm.c')
-rw-r--r--fat-arm.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/fat-arm.c b/fat-arm.c
index e351fdcb..6d6accfa 100644
--- a/fat-arm.c
+++ b/fat-arm.c
@@ -164,13 +164,9 @@ DECLARE_FAT_FUNC_VAR(umac_nh_n, umac_nh_n_func, neon);
static void CONSTRUCTOR
fat_init (void)
{
- static volatile int initialized = 0;
struct arm_features features;
int verbose;
- if (initialized)
- return;
-
get_arm_features (&features);
verbose = getenv (ENV_VERBOSE) != NULL;
@@ -213,8 +209,6 @@ fat_init (void)
_nettle_umac_nh_vec = _nettle_umac_nh_c;
_nettle_umac_nh_n_vec = _nettle_umac_nh_n_c;
}
- /* FIXME: Needs memory barrier, to enforce store ordering. */
- initialized = 1;
}
DEFINE_FAT_FUNC(_nettle_aes_encrypt, void,