I built vboxguest.ko so that it could be loaded on a custom built Linux image. However, when I try to load it I get the following error:<div>modprobe -f <br><div>vboxguest: Unknown symbol smp_call_function_single</div><div>

vboxguest: Unknown symbol on_each_cpu</div><div>vboxguest: Unknown symbol register_cpu_notifier</div><div>... smp_call_function</div><div>... unregister_cpu_notifier</div><div>... _spin_unlock_irqrestore</div><div>... paravirt_ops</div>

<div>... _spin_lock_irqsave</div><div>... _spin_lock</div><div><br></div><div>Now the kernel that I'm using is 2.6.20, but I don't know why it doesn't have the SMP symbols... perhaps the version is incorrect. All I want from vboxguest is pagefusion and maybe memory ballooning. So my question is this: How hard is it to get vboxguest to work without the functions above... or at least to get page fusion working.</div>

<div><br></div><div>I looked at the source/make files and it seems that I maybe able to get away with some missing functions if I set the kernel_version_code to 2.5.</div><div><br></div><div>Any help would be greatly appreciated!</div>

<div><br></div><div>Thanks</div><div>-- <br>-- Ribhi<br>
</div></div>