timer: use 64-bit specific code on more platforms
authorJerin Jacob <jerin.jacob@caviumnetworks.com>
Sun, 13 Aug 2017 12:33:38 +0000 (18:03 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 11 Oct 2017 20:59:31 +0000 (22:59 +0200)
commit1e36bf301bbfa79efe340faf07e8cdb968ae34bd
tree6615d9b8ce4ab25094fdff9df7969690f55e6048
parent351f463456f8eb42c4a23e16bb37cb0c53a3a277
timer: use 64-bit specific code on more platforms

64bit load and store will be an atomic operation on all the
64bit processors.
Change RTE_ARCH_X86_64 to RTE_ARCH_64 to reflect the case.

Fixes: 9b15ba895b9f ("timer: use a skip list")
Cc: stable@dpdk.org
Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
lib/librte_timer/rte_timer.c