[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: fglrx and 2.6.6 kernels
- From: Nenad Antonic <nenad at math dot hr>
- Date: Sat, 22 May 2004 20:29:27 +0200 (METDST)
Jan Kreuzer <kontrollator at gmx dot de> wrote:
There is a patch at the rage3d forums, the link is
http://rage3d.com/board/showthread.php?s=&threadid=33737573
Thanks! It works.
- Nenad.
P.S.
Actually, I missed just that one change in firegl_public.c.
However, I applied as well two changes of the form:
- atomic_dec(&page->count);
+ __put_page(page);
as in page_count-fixups.patch (see my other post with
Subject: Re: [fglrx] Building kernels on a different machine).
They might be irrelevant; nevertheless, they did not prevent the
clean compilation.