[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Please apply this patch to 2.6.9 kernel.



Without the attached patch the file /usr/include/asm/page.h is
unusable, and nvidia driver need it.

Regards

-- 
---------------------------------------------------------------------
|    Marco Nenciarini    | Debian/GNU Linux Developer - Plug Member |
| mnencia@prato.linux.it | http://www.prato.linux.it/~mnencia       |
---------------------------------------------------------------------
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4

Index: linux-2.6.9-ck2/arch/i386/mm/init.c
===================================================================
--- linux-2.6.9-ck2.orig/arch/i386/mm/init.c	2004-10-19 08:57:05.000000000 +1000
+++ linux-2.6.9-ck2/arch/i386/mm/init.c	2004-10-22 10:41:40.000000000 +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;

Attachment: signature.asc
Description: Digital signature


Reply to: