sched: Use pr_fmt() and pr_<level>()
authorJoe Perches <joe@perches.com>
Sat, 12 Dec 2009 21:57:27 +0000 (13:57 -0800)
committerIngo Molnar <mingo@elte.hu>
Sun, 13 Dec 2009 07:13:55 +0000 (08:13 +0100)
- Convert printk(KERN_<level> to pr_<level> (not KERN_DEBUG)
 - Add #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
 - Coalesce long format strings
 - Add missing \n to "ERROR: !SD_LOAD_BALANCE domain has parent"

Signed-off-by: Joe Perches <joe@perches.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <1260655047.2637.7.camel@Joe-Laptop.home>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/sched.c
kernel/sched_idletask.c

diff --cc kernel/sched.c
Simple merge
Simple merge