Re: sched: restore sanity

From: Ingo Molnar
Date: Sun Dec 20 2009 - 09:49:46 EST



* Peter Zijlstra <peterz@xxxxxxxxxxxxx> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/