s390/mm: change HPAGE_SHIFT type to int
[linux-drm-fsl-dcu.git] / arch / s390 / mm / pgtable.c
index b33f66110ca9401418f7d657b951d8bfb84d99c3..33082d0d101b59e41690435b7f35896cde14fe0f 100644 (file)
@@ -31,6 +31,8 @@
 #define ALLOC_ORDER    2
 #define FRAG_MASK      0x03
 
+int HPAGE_SHIFT;
+
 unsigned long *crst_table_alloc(struct mm_struct *mm)
 {
        struct page *page = alloc_pages(GFP_KERNEL, ALLOC_ORDER);