summarylogtreecommitdiffstats
path: root/virtualbox-temp.patch
diff options
context:
space:
mode:
Diffstat (limited to 'virtualbox-temp.patch')
-rw-r--r--virtualbox-temp.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/virtualbox-temp.patch b/virtualbox-temp.patch
deleted file mode 100644
index 9197b888655f..000000000000
--- a/virtualbox-temp.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff --git a/mm/vmalloc.c b/mm/vmalloc.c
-index 3091c2ca60df..f027bc7d2534 100644
---- a/mm/vmalloc.c
-+++ b/mm/vmalloc.c
-@@ -325,6 +325,7 @@ int map_kernel_range(unsigned long start, unsigned long size, pgprot_t prot,
- flush_cache_vmap(start, start + size);
- return ret;
- }
-+EXPORT_SYMBOL(map_kernel_range);
-
- int is_vmalloc_or_module_addr(const void *x)
- {
-@@ -2130,6 +2131,7 @@ struct vm_struct *__get_vm_area_caller(unsigned long size, unsigned long flags,
- return __get_vm_area_node(size, 1, flags, start, end, NUMA_NO_NODE,
- GFP_KERNEL, caller);
- }
-+EXPORT_SYMBOL(__get_vm_area_caller);
-
- /**
- * get_vm_area - reserve a contiguous kernel virtual area