[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4CE5731B.20807@mandriva.org>
Date: Thu, 18 Nov 2010 20:40:27 +0200
From: Thomas Backlund <tmb@...driva.org>
To: Mike Galbraith <efault@....de>
CC: LKML <linux-kernel@...r.kernel.org>
Subject: Re: Galbraith patch
Mike Galbraith skrev 18.11.2010 18:06:
> On Thu, 2010-11-18 at 13:43 -0200, Gilberto Nunes wrote:
>> Hi...
>>
>> Someone can help with this????
>
> Hey, patience please, I'm on vacation :)
>
> You can try the below if you like. It's what I'm currently tinkering
> with, and has a patch it depends on appended for ease of application.
> Should apply cleanly to virgin 2.6.36.
>
[...]
This diffstat does not match the patch:
---
> Documentation/kernel-parameters.txt | 2
> include/linux/sched.h | 19 ++++
> init/Kconfig | 12 ++
> kernel/fork.c | 5 -
> kernel/sched.c | 13 ++
> kernel/sched_autogroup.c | 170 ++++++++++++++++++++++++++++++++++++
> kernel/sched_autogroup.h | 23 ++++
> kernel/sched_debug.c | 29 +++---
> kernel/sys.c | 4
> kernel/sysctl.c | 11 ++
It's really:
> Documentation/kernel-parameters.txt | 2 ++
> include/linux/sched.h | 21 ++++++++++++++++++++-
> init/Kconfig | 12 ++++++++++++
> kernel/fork.c | 5 ++++-
> kernel/sched.c | 21 +++++++++++++++------
> kernel/sched_debug.c | 29 +++++++++++++++--------------
> kernel/sched_fair.c | 25 +++++++++++++++++++------
> kernel/sys.c | 4 +++-
> kernel/sysctl.c | 11 +++++++++++
> 9 files changed, 101 insertions(+), 29 deletions(-)
and more importantly it misses theese:
>> kernel/sched_autogroup.c | 170 ++++++++++++++++++++++++++++++++++++
>> kernel/sched_autogroup.h | 23 ++++
Wich means it wont build...
--
Thomas
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists