Re: More problems...

From: Tigran Aivazian (tigran@veritas.com)
Date: Mon Jul 24 2000 - 03:53:23 EST


On Sun, 23 Jul 2000, Antonello Biancalana wrote:

> Hello there!
> I just downloaded the 2.4.0 test5-pre4 patch and I compiled the kernel
> again. I am used to compile many drivers as modules and after I compiled
> the kernel some of them refuse to work.

did you apply my patch against 2.4.0-tes5-pre4 that makes the necessary
symbols exported?

Tigran

--- linuxl-test5-p4/kernel/ksyms.c Sat Jul 22 09:27:31 2000
+++ work/kernel/ksyms.c Sat Jul 22 13:25:35 2000
@@ -141,6 +141,7 @@
 EXPORT_SYMBOL(getname);
 EXPORT_SYMBOL(names_cachep);
 EXPORT_SYMBOL(fput);
+EXPORT_SYMBOL(fget);
 EXPORT_SYMBOL(igrab);
 EXPORT_SYMBOL(iunique);
 EXPORT_SYMBOL(iget4);
@@ -352,6 +353,11 @@
 EXPORT_SYMBOL(del_timer);
 EXPORT_SYMBOL(request_irq);
 EXPORT_SYMBOL(free_irq);
+
+/* waitqueue handling */
+EXPORT_SYMBOL(add_wait_queue);
+EXPORT_SYMBOL(add_wait_queue_exclusive);
+EXPORT_SYMBOL(remove_wait_queue);
 
 /* The notion of irq probe/assignment is foreign to S/390 */
 

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Jul 31 2000 - 21:00:15 EST