On Wed, Apr 22, 2009 at 10:13:12AM +0200, Ingo Str??wing wrote: > Hi, > > I stumbled over the "smp_call_function" error too with > linux-source-2.6.28 version 2.6.28-1 and nvidia-kernel-source 180.44-2. > > The solution is: > > In /usr/src/modules/nvidia-kernel/conftest.h on line 163 > change > #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,29) > to > #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,28) > > This made a successful build for me.
Yeah 2.6.27 is actually the correct value here. Not that debian has 2.6.27 or 2.6.28 anymore, but would be nice it if worked. -- Len Sorensen -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

