Merge tag 'parisc-for-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller...
[linux-2.6-block.git] / arch / parisc / include / asm / page.h
index ad4e15d12ed1c503dd74f78d41410b5d19e692e4..4bea2e95798f02f4904d42e3cc6b69bfc60f1c0e 100644 (file)
@@ -8,6 +8,7 @@
 #define PAGE_SIZE      (_AC(1,UL) << PAGE_SHIFT)
 #define PAGE_MASK      (~(PAGE_SIZE-1))
 
+#define HAVE_ARCH_HUGETLB_UNMAPPED_AREA
 
 #ifndef __ASSEMBLY__