[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20091220144925.GA19608@elte.hu>
Date: Sun, 20 Dec 2009 15:49:25 +0100
From: Ingo Molnar <mingo@...e.hu>
To: Peter Zijlstra <peterz@...radead.org>,
Arjan van de Ven <arjan@...radead.org>
Cc: lkml <linux-kernel@...r.kernel.org>
Subject: Re: sched: restore sanity
* Peter Zijlstra <peterz@...radead.org> wrote:
> Revert the braindead pr_* crap.
>
> it's dumb and causes stupid "sched: " strings all over the place.
>
> ---
> kernel/sched.c | 89 ++++++++++++++++++++++++++---------------------
> kernel/sched_idletask.c | 2 +-
> 2 files changed, 50 insertions(+), 41 deletions(-)
>
> diff --git a/kernel/sched.c b/kernel/sched.c
> index 720df10..7ffde2a 100644
> --- a/kernel/sched.c
> +++ b/kernel/sched.c
> @@ -26,8 +26,6 @@
> * Thomas Gleixner, Mike Kravetz
> */
>
> -#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
> -
> #include <linux/mm.h>
> #include <linux/module.h>
> #include <linux/nmi.h>
that's all that we need to remove i suspect, to get rid of the stupid
prefixes.
Ingo
--
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