Disclaimer: I'm no kernel hacker, I just want to get virtualbox up and running again.
The quick fix for me was changing #include <asm/semaphore.h> to #include <linux/semaphore.h> and removing the third parameter (0 /* retry */,) from all those places where compiling failed because of too many arguments (esp. smp_call_function, I don't remember the other function names) -- Build fails on intrepid amd64, error: too many arguments to function 'smp_call_function' https://bugs.launchpad.net/bugs/263080 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
