[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <79339a0c95c2dc008d60b7f70accd2d379203a08.1183551645.git.da-x@monatomic.org>
Date: Wed, 4 Jul 2007 15:30:35 +0300
From: Dan Aloni <da-x@...atomic.org>
To: Linux Kernel List <linux-kernel@...r.kernel.org>
Subject: [PATCH 11/11] kernel/sched.c: lower printk severity
Signed-off-by: Dan Aloni <da-x@...atomic.org>
---
kernel/sched.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/kernel/sched.c b/kernel/sched.c
index 50e1a31..45e9534 100644
--- a/kernel/sched.c
+++ b/kernel/sched.c
@@ -6249,7 +6249,7 @@ static void calibrate_migration_costs(const cpumask_t *cpu_map)
#endif
);
if (system_state == SYSTEM_BOOTING && num_online_cpus() > 1) {
- printk("migration_cost=");
+ printk(KERN_INFO "migration_cost=");
for (distance = 0; distance <= max_distance; distance++) {
if (distance)
printk(",");
--
1.4.4.3
--
Dan Aloni
XIV LTD, http://www.xivstorage.com
da-x (at) monatomic.org, dan (at) xiv.co.il
-
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