eal/arm64: add pause function
[dpdk.git] / lib / librte_eal / common / include / arch / arm / rte_pause.h
index 0fe88ab..9b79405 100644 (file)
 extern "C" {
 #endif
 
+#ifdef RTE_ARCH_64
+#include <rte_pause_64.h>
+#else
 #include <rte_pause_32.h>
+#endif
 
 #ifdef __cplusplus
 }