Merge branches 'acpica-fixes', 'acpi-pci-fixes' and 'acpi-debug-fixes'
[deliverable/linux.git] / include / linux / hugetlb_inline.h
index 2bb681fbeb35b3f4dcdece493931e0679c89d824..a4e7ca0f3585e4ca33d65dedd3989af26ecd0bfa 100644 (file)
@@ -5,16 +5,16 @@
 
 #include <linux/mm.h>
 
-static inline int is_vm_hugetlb_page(struct vm_area_struct *vma)
+static inline bool is_vm_hugetlb_page(struct vm_area_struct *vma)
 {
        return !!(vma->vm_flags & VM_HUGETLB);
 }
 
 #else
 
-static inline int is_vm_hugetlb_page(struct vm_area_struct *vma)
+static inline bool is_vm_hugetlb_page(struct vm_area_struct *vma)
 {
-       return 0;
+       return false;
 }
 
 #endif
This page took 0.0249 seconds and 5 git commands to generate.