On Mon, Jun 17, 2013 at 03:00:37PM +0100, Markos Chandras wrote: > It's needed for the TASK_INTERRUPTIBLE definition. > > Fixes the following build problem: > arch/mips/sibyte/common/sb_tbprof.c:235:4: error: 'TASK_INTERRUPTIBLE' > undeclared (first use in this function) Ideally sched.h should be included into the actual user of TASK_INTERRUPTIBLE, the wake_up_interruptible macro in <linux/wait.h> but that seems way too risky that close to a release. Ralf