I configured the kernel to support rt2860 and to disable all smp (I have an old UP laptop). At modules_install time I got the following WARNING messages. It would appear that this module lacks the conditional compilation of SMP code vs. UP code, ala other modules, such as the real time scheduling code: #ifdef CONFIG_SMP static inline const struct cpumask *sched_rt_period_mask(void) { return cpu_rq(smp_processor_id())->rd->span; } #else static inline const struct cpumask *sched_rt_period_mask(void) { return cpu_online_mask; } #endif WARNING: /lib/modules/2.6.29.6-213.fc11.i586/extra/ndiswrapper/ndiswrapper.ko needs unknown symbol __per_cpu_offset WARNING: /lib/modules/2.6.29.6-213.fc11.i586/extra/ndiswrapper/ndiswrapper.ko needs unknown symbol per_cpu__this_cpu_off WARNING: /lib/modules/2.6.29.6-213.fc11.i586/extra/ndiswrapper/ndiswrapper.ko needs unknown symbol mutex_lock WARNING: /lib/modules/2.6.29.6-213.fc11.i586/extra/ndiswrapper/ndiswrapper.ko needs unknown symbol del_timer_sync WARNING: /lib/modules/2.6.29.6-213.fc11.i586/extra/ndiswrapper/ndiswrapper.ko needs unknown symbol nr_cpu_ids sh /sdb2/linux/fc7-x86_64/usr/src/redhat/BUILD/kernel-2.6.29/linux-2.6.29.i586/arch/x86/boot/install.sh 2.6.29.6-213.fc11.i586 arch/x86/boot/bzImage System.map "/boot" WARNING: /lib/modules/2.6.29.6-213.fc11.i586/extra/ndiswrapper/ndiswrapper.ko needs unknown symbol __per_cpu_offset WARNING: /lib/modules/2.6.29.6-213.fc11.i586/extra/ndiswrapper/ndiswrapper.ko needs unknown symbol per_cpu__this_cpu_off WARNING: /lib/modules/2.6.29.6-213.fc11.i586/extra/ndiswrapper/ndiswrapper.ko needs unknown symbol mutex_lock WARNING: /lib/modules/2.6.29.6-213.fc11.i586/extra/ndiswrapper/ndiswrapper.ko needs unknown symbol del_timer_sync WARNING: /lib/modules/2.6.29.6-213.fc11.i586/extra/ndiswrapper/ndiswrapper.ko needs unknown symbol nr_cpu_ids Windows Live™ Hotmail®: Search, add, and share the web’s latest sports videos. Check it out. |
-- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines