[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 2.5.59-mm7
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, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/