summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorAndrew Morton <akpm@digeo.com>2003-02-03 17:01:37 -0800
committerLinus Torvalds <torvalds@home.transmeta.com>2003-02-03 17:01:37 -0800
commitb312379d0d8e5ed6647c8a48de05aad2c205b8e6 (patch)
treeade615f4e66abd5b7fd2e8811a75ba77a6a2d40a /include/linux
parent0e5e99a9ad48aecdf5e7eb5b1cf7b71d384c9ad3 (diff)
[PATCH] misc fixes
- Fix dead comment in load_elf_interp() (Dave Airlie) - Add some (hard-won) commentary around the early SET_PERSONALITY() in load_elf_binary(). - Remove dead hugetlb prototype. - Fix some silliness in hugetlbpage.c
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/hugetlb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/hugetlb.h b/include/linux/hugetlb.h
index 3bf94e2205bd..325d91ba012a 100644
--- a/include/linux/hugetlb.h
+++ b/include/linux/hugetlb.h
@@ -18,7 +18,6 @@ void zap_hugepage_range(struct vm_area_struct *, unsigned long, unsigned long);
void unmap_hugepage_range(struct vm_area_struct *, unsigned long, unsigned long);
int hugetlb_prefault(struct address_space *, struct vm_area_struct *);
void huge_page_release(struct page *);
-void hugetlb_release_key(struct hugetlb_key *);
int hugetlb_report_meminfo(char *);
int is_hugepage_mem_enough(size_t);