[2.1.81] unresolved symbols in floppy.o and joystick.o

Niels Kristian Bech Jensen (nkbj@image.dk)
Sat, 24 Jan 1998 21:59:02 +0100 (MET)


Hi,
modprobe gives unresolved symbols in floppy.o and joystick.o. This patch
solves the problem.

--- linux-2.1.81/arch/i386/kernel/i386_ksyms.c Sat Jan 24 07:28:16 1998
+++ linux/arch/i386/kernel/i386_ksyms.c Sat Jan 24 20:01:28 1998
@@ -39,7 +39,7 @@
EXPORT_SYMBOL_NOVERS(__down_failed);
EXPORT_SYMBOL_NOVERS(__down_failed_interruptible);
EXPORT_SYMBOL_NOVERS(__up_wakeup);
-EXPORT_SYMBOL(global_bh_lock);
+EXPORT_SYMBOL(local_bh_count);
/* Networking helper routines. */
EXPORT_SYMBOL(csum_partial_copy);
/* Delay loops */
@@ -72,6 +72,9 @@
EXPORT_SYMBOL(lk_lockmsg);

/* Global SMP irq stuff */
+EXPORT_SYMBOL(synchronize_bh);
+EXPORT_SYMBOL(global_bh_count);
+EXPORT_SYMBOL(global_bh_lock);
EXPORT_SYMBOL(synchronize_irq);
EXPORT_SYMBOL(global_irq_holder);
EXPORT_SYMBOL(__global_cli);

--
Med venlig hilsen / Best regards
                                                              nkbj@image.dk
Niels Kristian Bech Jensen                       http://www.image.dk/~nkbj/