Messages in this thread |  | | Date | Fri, 03 Nov 2000 12:56:26 +0100 | From | "Udo A. Steinberg" <> | Subject | Re: NVdriver with new 2.4.test10 not function |
| |
Vitali Lieder wrote: > > Hallo. > > Ich have test new NVdriver 0.95 with new kernel 2.4.0test10, but > have the output: > ***unresolved symbols in /lib/modules/2.4.0-test10/video/NVdriver
Just add the following lines somewhere on top of nv.c and recompile the nvidia module.
#define mem_map_inc_count(p) atomic_inc(&(p->count)) #define mem_map_dec_count(p) atomic_dec(&(p->count))
They were removed from wrapper.h in test10.
-Udo. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |