aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/odp_hash_crc32.c
diff options
context:
space:
mode:
Diffstat (limited to 'platform/linux-generic/odp_hash_crc32.c')
-rw-r--r--platform/linux-generic/odp_hash_crc32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/linux-generic/odp_hash_crc32.c b/platform/linux-generic/odp_hash_crc32.c
index 4f741fe47..e1416d630 100644
--- a/platform/linux-generic/odp_hash_crc32.c
+++ b/platform/linux-generic/odp_hash_crc32.c
@@ -10,7 +10,7 @@
#include <odp/api/align.h>
/* Table generated with odp_hash_crc_gen64() */
-static const uint32_t ODP_ALIGNED_CACHE crc32_table[256] = {
+static const uint32_t crc32_table[256] ODP_ALIGNED_CACHE = {
0x00000000, 0x77073096, 0xee0e612c, 0x990951ba,
0x076dc419, 0x706af48f, 0xe963a535, 0x9e6495a3,
0x0edb8832, 0x79dcb8a4, 0xe0d5e91e, 0x97d2d988,