gcc complains that PAGE_KERNEL isn't defined, adding a #include in fairsched.c fixes it.<br><br>somewhere near the top of linux-2.6.16/kernel/fairshed.c:<br>#include &lt;asm/pgtable.h&gt;<br>