Hello all, here's a missing symbol export, needed to compile e.g. USB support as modules. Patch applies to v2.4.0-test8 and the PPC-"devel" rsync kernel. Bernd
--- v2.4.0-test8/linux-pmac-devel/arch/ppc/kernel/ppc_ksyms.c.orig Sun Sep 10 20:12:44 2000 +++ linux/arch/ppc/kernel/ppc_ksyms.c Sun Sep 10 03:50:10 2000 @@ -297,6 +297,7 @@ EXPORT_SYMBOL(xmon); #endif EXPORT_SYMBOL(down_read_failed); +EXPORT_SYMBOL(down_write_failed); #if defined(CONFIG_KGDB) || defined(CONFIG_XMON) extern void (*debugger)(struct pt_regs *regs);