]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- export __VMALLOC_RESERVE (NVidia need it)
authorArtur Frysiak <artur@frysiak.net>
Wed, 13 Oct 2004 21:55:03 +0000 (21:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kernel-vmalloc-reserve.patch -> 1.1

kernel-vmalloc-reserve.patch [new file with mode: 0644]

diff --git a/kernel-vmalloc-reserve.patch b/kernel-vmalloc-reserve.patch
new file mode 100644 (file)
index 0000000..853c8cd
--- /dev/null
@@ -0,0 +1,11 @@
+--- linux-orig/arch/i386/mm/init.c  2004-09-26 03:43:57.944613000 +1000
++++ linux-new/arch/i386/mm/init.c   2004-09-28 02:37:21.787922000 +1000
+@@ -41,6 +41,7 @@
+ #include <asm/sections.h>
+ unsigned int __VMALLOC_RESERVE = 128 << 20;
++EXPORT_SYMBOL(__VMALLOC_RESERVE);
+ DEFINE_PER_CPU(struct mmu_gather, mmu_gathers);
+ unsigned long highstart_pfn, highend_pfn;
+
This page took 0.339832 seconds and 4 git commands to generate.