New upstream version 18.08
[deb_dpdk.git] / drivers / bus / fslmc / mc / fsl_mc_cmd.h
index a3c3e79..ac91961 100644 (file)
@@ -27,7 +27,7 @@
 #define le32_to_cpu    rte_le_to_cpu_32
 #define le16_to_cpu    rte_le_to_cpu_16
 
-#define BITS_PER_LONG                  64
+#define BITS_PER_LONG  (__SIZEOF_LONG__ * 8)
 #define GENMASK(h, l) \
                (((~0UL) << (l)) & (~0UL >> (BITS_PER_LONG - 1 - (h))))