]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_acl/acl_run_altivec.h
replace alignment attributes
[dpdk.git] / lib / librte_acl / acl_run_altivec.h
index b57f08ac92e97b4a6e46aa8d8d2e655ecd2c9fbe..2de6f27b1f8bb5010d2d93087d15bfddc5227164 100644 (file)
@@ -11,7 +11,7 @@ struct _altivec_acl_const {
        rte_xmm_t xmm_index_mask;
        rte_xmm_t xmm_ones_16;
        rte_xmm_t range_base;
-} altivec_acl_const  __attribute__((aligned(RTE_CACHE_LINE_SIZE))) = {
+} altivec_acl_const __rte_cache_aligned = {
        {
                .u32 = {0x00000000, 0x04040404, 0x08080808, 0x0c0c0c0c}
        },