On Wed, Feb 20, 2013 at 8:40 AM, walt <w41...@gmail.com> wrote:
> Now that kernel 3.8.0 is officially released, 'tis the season for Linus to
> start breaking all of the third-party kernel modules he can, and virtualbox-
> modules is the first (nvidia.ko and other kernel modules to follow, probably 
> ;)
>

Linus just merges the stuff. No need to make it sound like a personal vendetta.

> Virtualbox-modules fails to build against today's kernel.git update from 
> Linus,
> with an error message that "MAX_PRIO is undefined" in thread2-r0drv-linux.c.
>
> The fix is happily very simple because he moved the definition of MAX_PRIO
> into <linux/init_task.h>, so all you need to do is to add that include near
> the top of thread2-r0drv-linux.c.
>

MAX_PRIO actually moved to linux/sched/rt.h, which linux/init_task.h #includes.

Reply via email to