Re: [PATCH 0/3] scheduler include file reorganization

From: Ingo Molnar
Date: Thu Feb 07 2013 - 14:14:27 EST



* Ingo Molnar <mingo@xxxxxxxxxx> wrote:

> Yeah, that looks pretty good.
>
> I'll give it some testing.

Found one build error so far, applied the fix below.

Thanks,

Ingo

---
kernel/mutex.c | 1 +
1 file changed, 1 insertion(+)

Index: linux/kernel/mutex.c
===================================================================
--- linux.orig/kernel/mutex.c
+++ linux/kernel/mutex.c
@@ -19,6 +19,7 @@
*/
#include <linux/mutex.h>
#include <linux/sched.h>
+#include <linux/sched/rt.h>
#include <linux/export.h>
#include <linux/spinlock.h>
#include <linux/interrupt.h>

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/