IB/cm: Add basic performance counters
[firefly-linux-kernel-4.4.55.git] / include / asm-alpha / page.h
index bae7f05716d4b9ac9bd5f99f1da92b9eed0589dd..8cc97bfd37893583e850b26f9fbd1f1b24265dc7 100644 (file)
@@ -3,11 +3,12 @@
 
 #ifdef __KERNEL__
 
+#include <linux/const.h>
 #include <asm/pal.h>
 
 /* PAGE_SHIFT determines the page size */
 #define PAGE_SHIFT     13
-#define PAGE_SIZE      (1UL << PAGE_SHIFT)
+#define PAGE_SIZE      (_AC(1,UL) << PAGE_SHIFT)
 #define PAGE_MASK      (~(PAGE_SIZE-1))
 
 #ifndef __ASSEMBLY__