Re: 2.1.81 floppy driver suffering from i386 IRQ changes

Alan Modra (alan@spri.levels.unisa.edu.au)
Sat, 24 Jan 1998 21:13:01 +1030 (CST)


>
> Well, 2.1.81 compiled for me, with a little help ;) and it boots and runs
> too. Sound is working great, even my zwav script (though I'm not a fan of
> the proposed replacement of /dev/sndstat). However, it fails my ultimate
> test of formatting a floppy disk:
>
> # insmod floppy
> /lib/modules/2.1.81/block/floppy.o: unresolved symbol local_bh_count
>
> I'm still without __SMP__.

add

EXPORT_SYMBOL(local_bh_count);

just before the export of local_irq_count in
arch/i386/kernel/i386_ksyms.c

For lazy people, I've updated my patch set on
mullet.levels.unisa.edu.au/pub/linux/kernel/linux-2.1.81.diff.gz