New upstream version 16.11.4
[deb_dpdk.git] / lib / librte_timer / rte_timer.c
index 18782fa..29ae2a3 100644 (file)
@@ -525,7 +525,7 @@ void rte_timer_manage(void)
                return;
        cur_time = rte_get_timer_cycles();
 
-#ifdef RTE_ARCH_X86_64
+#ifdef RTE_ARCH_64
        /* on 64-bit the value cached in the pending_head.expired will be
         * updated atomically, so we can consult that for a quick check here
         * outside the lock */