Skip to content
Snippets Groups Projects
Commit 51eff38c authored by alex's avatar alex
Browse files

- patch from Oleg to export get_kmem_end in UML kernel

parent e8b5f5b0
No related branches found
No related tags found
No related merge requests found
--- uml-2.4/arch/um/kernel/ksyms.c.orig 2003-12-12 18:16:28.000000000 +0200
+++ uml-2.4/arch/um/kernel/ksyms.c 2003-12-12 18:16:39.000000000 +0200
@@ -33,6 +33,7 @@
EXPORT_SYMBOL(flush_tlb_range);
EXPORT_SYMBOL(host_task_size);
EXPORT_SYMBOL(arch_validate);
+EXPORT_SYMBOL(get_kmem_end);
EXPORT_SYMBOL(region_pa);
EXPORT_SYMBOL(region_va);
...@@ -2,6 +2,7 @@ configurable-x86-stack-2.4.20.patch ...@@ -2,6 +2,7 @@ configurable-x86-stack-2.4.20.patch
uml-patch-2.4.20-6.patch uml-patch-2.4.20-6.patch
uml-2.4.20-do_mmap_pgoff-fix.patch uml-2.4.20-do_mmap_pgoff-fix.patch
uml-2.4.20-fixes-1.patch uml-2.4.20-fixes-1.patch
uml_get_kmem_end_export.patch
dev_read_only_2.4.20.patch dev_read_only_2.4.20.patch
exports_2.4.20.patch exports_2.4.20.patch
lustre_version.patch lustre_version.patch
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment