Re: 2.5.59-mm7
From: Andrew Morton <hidden>
Date: 2003-02-01 01:35:55
Also in:
lkml
From: Andrew Morton <hidden>
Date: 2003-02-01 01:35:55
Also in:
lkml
Ed Tomlinson [off-list ref] 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/