diff options
| author | Dmitry Torokhov <dtor@insightbb.com> | 2007-05-08 01:31:11 -0400 |
|---|---|---|
| committer | Dmitry Torokhov <dtor@insightbb.com> | 2007-05-08 01:31:11 -0400 |
| commit | 334d0dd8b660557608142f0f77abc6812b48f08b (patch) | |
| tree | 9393a9aa099d7d42deda5f9f5054796c0c769be7 /include/linux/hugetlb.h | |
| parent | 3f07d8796262f6aee135c8dd9a91210da9f888e4 (diff) | |
| parent | 5b94f675f57e4ff16c8fda09088d7480a84dcd91 (diff) | |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
Diffstat (limited to 'include/linux/hugetlb.h')
| -rw-r--r-- | include/linux/hugetlb.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/hugetlb.h b/include/linux/hugetlb.h index 3f3e7a648da3..b4570b62ab85 100644 --- a/include/linux/hugetlb.h +++ b/include/linux/hugetlb.h | |||
| @@ -189,4 +189,10 @@ static inline void set_file_hugepages(struct file *file) | |||
| 189 | 189 | ||
| 190 | #endif /* !CONFIG_HUGETLBFS */ | 190 | #endif /* !CONFIG_HUGETLBFS */ |
| 191 | 191 | ||
| 192 | #ifdef HAVE_ARCH_HUGETLB_UNMAPPED_AREA | ||
| 193 | unsigned long hugetlb_get_unmapped_area(struct file *file, unsigned long addr, | ||
| 194 | unsigned long len, unsigned long pgoff, | ||
| 195 | unsigned long flags); | ||
| 196 | #endif /* HAVE_ARCH_HUGETLB_UNMAPPED_AREA */ | ||
| 197 | |||
| 192 | #endif /* _LINUX_HUGETLB_H */ | 198 | #endif /* _LINUX_HUGETLB_H */ |
