diff options
Diffstat (limited to 'include/linux/hugetlb.h')
-rw-r--r-- | include/linux/hugetlb.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/hugetlb.h b/include/linux/hugetlb.h index af09660001c7..03be7f29ca01 100644 --- a/include/linux/hugetlb.h +++ b/include/linux/hugetlb.h | |||
@@ -159,9 +159,9 @@ static inline void set_file_hugepages(struct file *file) | |||
159 | } | 159 | } |
160 | #else /* !CONFIG_HUGETLBFS */ | 160 | #else /* !CONFIG_HUGETLBFS */ |
161 | 161 | ||
162 | #define is_file_hugepages(file) 0 | 162 | #define is_file_hugepages(file) 0 |
163 | #define set_file_hugepages(file) BUG() | 163 | #define set_file_hugepages(file) BUG() |
164 | #define hugetlb_file_setup(name,size) ERR_PTR(-ENOSYS) | 164 | #define hugetlb_file_setup(name,size,acctflag) ERR_PTR(-ENOSYS) |
165 | 165 | ||
166 | #endif /* !CONFIG_HUGETLBFS */ | 166 | #endif /* !CONFIG_HUGETLBFS */ |
167 | 167 | ||