Re: 2.5.59-mm7

From: Andrew Morton (akpm@digeo.com)
Date: Fri Jan 31 2003 - 20:45:22 EST


Ed Tomlinson <tomlins@cam.org> wrote:
>
> Looks like something got missed... I get this with mm7
>
> if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.5.59-mm7; fi
> WARNING: /lib/modules/2.5.59-mm7/kernel/arch/i386/kernel/apm.ko needs unknown symbol xtime_lock
>

aww, that's not fair.

xtime_lock was _always_ referenced by apm.c, and never exported to modules.

The only reason it ever worked was that apm does not compile for SMP, and
write/read_lock() are no-ops on uniprocessor.

ho hum, thanks, I shall add the export.

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



This archive was generated by hypermail 2b29 : Fri Jan 31 2003 - 22:00:27 EST