diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/vmalloc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/vmalloc.h b/include/linux/vmalloc.h index bbc051392298..599ba7984310 100644 --- a/include/linux/vmalloc.h +++ b/include/linux/vmalloc.h | |||
@@ -91,6 +91,9 @@ extern struct vm_struct *remove_vm_area(const void *addr); | |||
91 | 91 | ||
92 | extern int map_vm_area(struct vm_struct *area, pgprot_t prot, | 92 | extern int map_vm_area(struct vm_struct *area, pgprot_t prot, |
93 | struct page ***pages); | 93 | struct page ***pages); |
94 | extern int map_kernel_range_noflush(unsigned long start, unsigned long size, | ||
95 | pgprot_t prot, struct page **pages); | ||
96 | extern void unmap_kernel_range_noflush(unsigned long addr, unsigned long size); | ||
94 | extern void unmap_kernel_range(unsigned long addr, unsigned long size); | 97 | extern void unmap_kernel_range(unsigned long addr, unsigned long size); |
95 | 98 | ||
96 | /* Allocate/destroy a 'vmalloc' VM area. */ | 99 | /* Allocate/destroy a 'vmalloc' VM area. */ |