X-Git-Url: https://gerrit.fd.io/r/gitweb?p=deb_dpdk.git;a=blobdiff_plain;f=lib%2Flibrte_timer%2Frte_timer.c;fp=lib%2Flibrte_timer%2Frte_timer.c;h=29ae2a35edf31a6841c9cde331f47f577df2a622;hp=18782fab0a7a6af2c22010b5c9be0d1f8d642347;hb=47d9763a1dd3103d732da9eec350cfc1cd784717;hpb=fdd2322bb45e83d3fd96b06ea32a4afbb60bcb6f diff --git a/lib/librte_timer/rte_timer.c b/lib/librte_timer/rte_timer.c index 18782fab..29ae2a35 100644 --- a/lib/librte_timer/rte_timer.c +++ b/lib/librte_timer/rte_timer.c @@ -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 */