<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
I configured the kernel to support rt2860 and to disable all smp (I have an old UP laptop).<br>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:<br><br><font style="font-size: 8pt;" size="+1"><tt>#ifdef CONFIG_SMP<br>static inline const struct cpumask *sched_rt_period_mask(void)<br>{<br>        return cpu_rq(smp_processor_id())->rd->span;<br>}<br>#else<br>static inline const struct cpumask *sched_rt_period_mask(void)<br>{<br>        return cpu_online_mask;<br>}<br>#endif<br><br><br>
WARNING: /lib/modules/2.6.29.6-213.fc11.i586/extra/ndiswrapper/ndiswrapper.ko needs unknown symbol __per_cpu_offset<br>
WARNING: /lib/modules/2.6.29.6-213.fc11.i586/extra/ndiswrapper/ndiswrapper.ko needs unknown symbol per_cpu__this_cpu_off<br>
WARNING: /lib/modules/2.6.29.6-213.fc11.i586/extra/ndiswrapper/ndiswrapper.ko needs unknown symbol mutex_lock<br>
WARNING: /lib/modules/2.6.29.6-213.fc11.i586/extra/ndiswrapper/ndiswrapper.ko needs unknown symbol del_timer_sync<br>
WARNING: /lib/modules/2.6.29.6-213.fc11.i586/extra/ndiswrapper/ndiswrapper.ko needs unknown symbol nr_cpu_ids<br>
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"<br>
WARNING: /lib/modules/2.6.29.6-213.fc11.i586/extra/ndiswrapper/ndiswrapper.ko needs unknown symbol __per_cpu_offset<br>
WARNING: /lib/modules/2.6.29.6-213.fc11.i586/extra/ndiswrapper/ndiswrapper.ko needs unknown symbol per_cpu__this_cpu_off<br>
WARNING: /lib/modules/2.6.29.6-213.fc11.i586/extra/ndiswrapper/ndiswrapper.ko needs unknown symbol mutex_lock<br>
WARNING: /lib/modules/2.6.29.6-213.fc11.i586/extra/ndiswrapper/ndiswrapper.ko needs unknown symbol del_timer_sync<br>
WARNING: /lib/modules/2.6.29.6-213.fc11.i586/extra/ndiswrapper/ndiswrapper.ko needs unknown symbol nr_cpu_ids<br>
</tt></font><br><br /><hr />Windows Live™ Hotmail®: Search, add, and share the web’s latest sports videos. <a href='http://www.windowslive.com/Online/Hotmail/Campaign/QuickAdd?ocid=TXT_TAGLM_WL_QA_HM_sports_videos_072009&cat=sports' target='_new'>Check it out.</a></body>
</html>