View | Details | Raw Unified | Return to bug 1172897
Collapse All | Expand All

(-)a/mm/vmalloc.c (+2 lines)
Lines 325-330 int map_kernel_range(unsigned long start, unsigned long size, pgprot_t prot, Link Here
325
	flush_cache_vmap(start, start + size);
325
	flush_cache_vmap(start, start + size);
326
	return ret;
326
	return ret;
327
}
327
}
328
EXPORT_SYMBOL(map_kernel_range);
328
329
329
int is_vmalloc_or_module_addr(const void *x)
330
int is_vmalloc_or_module_addr(const void *x)
330
{
331
{
Lines 2130-2135 struct vm_struct *__get_vm_area_caller(unsigned long size, unsigned long flags, Link Here
2130
	return __get_vm_area_node(size, 1, flags, start, end, NUMA_NO_NODE,
2131
	return __get_vm_area_node(size, 1, flags, start, end, NUMA_NO_NODE,
2131
				  GFP_KERNEL, caller);
2132
				  GFP_KERNEL, caller);
2132
}
2133
}
2134
EXPORT_SYMBOL(__get_vm_area_caller);
2133
2135
2134
/**
2136
/**
2135
 * get_vm_area - reserve a contiguous kernel virtual area
2137
 * get_vm_area - reserve a contiguous kernel virtual area

Return to bug 1172897