Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[linux-2.6-block.git] / arch / powerpc / include / asm / book3s / 64 / hugetlb.h
index 50888388a3590966d521c71ef75633af4f636c97..5b0177733994eaeb86572b81a8d378b0cd4f1879 100644 (file)
@@ -39,4 +39,7 @@ static inline bool gigantic_page_supported(void)
 }
 #endif
 
+/* hugepd entry valid bit */
+#define HUGEPD_VAL_BITS                (0x8000000000000000UL)
+
 #endif