2.4.4-pre8 undefined symbols

2001-04-27 Thread Ed Tomlinson
Hi The following patch adpated from the fix in the ac series, fixes the undefined symbols in the various drm modules in pre7/8. - --- linux/lib/rwsem.c.orig Fri Apr 27 13:24:48 2001 +++ linux/lib/rwsem.c Fri Apr 27 13:25:08 2001 @@ -6,6 +6,7 @@ #include #include #include

RE: 2.4.4-pre8 undefined symbols

2001-04-27 Thread Michel Wilson
I think Andrea's rwsem-patches fix these, but i'm not sure. You might give it a try, though. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Jeff Chua > Sent: Friday, April 27, 2001 18:11 > To: Linux Kernel > Cc: Jeff Chua >

2.4.4-pre8 undefined symbols

2001-04-27 Thread Jeff Chua
depmod -ae yields the following errors under 2.4.4-pre8 Any fix? depmod: *** Unresolved symbols in /lib/modules/2.4.4-pre8/kernel/drivers/char/drm/i810.o depmod: rwsem_down_write_failed depmod: rwsem_wake depmod: *** Unresolved symbols in

2.4.4-pre8 undefined symbols

2001-04-27 Thread Jeff Chua
depmod -ae yields the following errors under 2.4.4-pre8 Any fix? depmod: *** Unresolved symbols in /lib/modules/2.4.4-pre8/kernel/drivers/char/drm/i810.o depmod: rwsem_down_write_failed depmod: rwsem_wake depmod: *** Unresolved symbols in

RE: 2.4.4-pre8 undefined symbols

2001-04-27 Thread Michel Wilson
I think Andrea's rwsem-patches fix these, but i'm not sure. You might give it a try, though. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jeff Chua Sent: Friday, April 27, 2001 18:11 To: Linux Kernel Cc: Jeff Chua Subject: 2.4.4-pre8 undefined

2.4.4-pre8 undefined symbols

2001-04-27 Thread Ed Tomlinson
Hi The following patch adpated from the fix in the ac series, fixes the undefined symbols in the various drm modules in pre7/8. - --- linux/lib/rwsem.c.orig Fri Apr 27 13:24:48 2001 +++ linux/lib/rwsem.c Fri Apr 27 13:25:08 2001 @@ -6,6 +6,7 @@ #include linux/rwsem.h #include