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

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



* Ingo Molnar <mingo@xxxxxxxxxx> wrote:

>
> * 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.

Another one was in NOMMU mode (fixed below) - a hidden sched.h
include file dependency in mm/nommu.c.

It's looking good otherwise!

Thanks,

Ingo

--------->
diff --git a/mm/nommu.c b/mm/nommu.c
index 79c3cac..b20db4e 100644
--- a/mm/nommu.c
+++ b/mm/nommu.c
@@ -29,6 +29,7 @@
#include <linux/security.h>
#include <linux/syscalls.h>
#include <linux/audit.h>
+#include <linux/sched/sysctl.h>

#include <asm/uaccess.h>
#include <asm/tlb.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/