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

Re: Sterowniki Nvidia i 2.6.10



On Sun, Jan 09, 2005 at 09:44:03PM +0100, Mikołaj Menke wrote:
> Witam!
...
> Natomiast wersja 1.0-6111 w ogóle się nie instaluje, moduł się 
> kompiluje, ale nie da się go załadować, jest tylko komunikat "Unknown 
> symbol __VMALLOC_RESERVE". 
Podobno ten patch pomaga:

    --- a/arch/i386/mm/init.c 2004-09-21 19:26:29.564841416 +0200
    +++ b/arch/i386/mm/init.c 2004-09-21 17:38:25.000000000 +0200
    @@ -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);

Krzysztof Andrelczyk



Reply to: