> I hve a fresh new 2.6.15-rc2 running. Build mol via make-kpkg. > > $ startmol -X gives: > insmod /lib/modules/2.6.15-rc2-aragorn/misc/mol.ko > mol: Unknown symbol __flush_icache_range > which was mentioned while building as well: > > LD [M] /usr/src/modules/mol/src/kmod/Linux/../build/mol.o > Building modules, stage 2. > MODPOST > *** Warning: "__flush_icache_range" > [/usr/src/modules/mol/src/kmod/Linux/../build/mol.ko] > undefined! > > Elimar
Known issue; just add __flush_icache_range in arch/powerpc/kernel/ppc_ksyms.c or perhaps convert mol to use flush_icache_range instead which is exported by default. I've sent a patch to Ben implementing the former approach, no idea if that's the correct way to fix it but it works for me (TM). Michael -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]