linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] x86: Decrease the level of some NUMA messages to KERN_DEBUG
@ 2009-09-04 23:07 Rafael J. Wysocki
  2009-09-06  4:38 ` [tip:x86/debug] " tip-bot for Rafael J. Wysocki
  0 siblings, 1 reply; 2+ messages in thread
From: Rafael J. Wysocki @ 2009-09-04 23:07 UTC (permalink / raw)
  To: x86 maintainers; +Cc: LKML, Ingo Molnar

From: Rafael J. Wysocki <rjw@sisk.pl>

Some NUMA messages in srat_32.c are confusing to users, because they
seem to indicate errors, while in fact they reflect normal behaviour.

Decrease the level of these messages to KERN_DEBUG so that they don't
show up unnecessarily.

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
---
 arch/x86/mm/srat_32.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Index: linux-2.6/arch/x86/mm/srat_32.c
===================================================================
--- linux-2.6.orig/arch/x86/mm/srat_32.c
+++ linux-2.6/arch/x86/mm/srat_32.c
@@ -215,7 +215,7 @@ int __init get_memcfg_from_srat(void)
 		goto out_fail;
 
 	if (num_memory_chunks == 0) {
-		printk(KERN_WARNING
+		printk(KERN_DEBUG
 			 "could not find any ACPI SRAT memory areas.\n");
 		goto out_fail;
 	}
@@ -277,7 +277,7 @@ int __init get_memcfg_from_srat(void)
 	}
 	return 1;
 out_fail:
-	printk(KERN_ERR "failed to get NUMA memory information from SRAT"
+	printk(KERN_DEBUG "failed to get NUMA memory information from SRAT"
 			" table\n");
 	return 0;
 }

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [tip:x86/debug] x86: Decrease the level of some NUMA messages to KERN_DEBUG
  2009-09-04 23:07 [PATCH] x86: Decrease the level of some NUMA messages to KERN_DEBUG Rafael J. Wysocki
@ 2009-09-06  4:38 ` tip-bot for Rafael J. Wysocki
  0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for Rafael J. Wysocki @ 2009-09-06  4:38 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: linux-kernel, hpa, mingo, tglx, rjw, mingo

Commit-ID:  23b6c52cf558f2a1dc6c7010c601b3624eb4591f
Gitweb:     http://git.kernel.org/tip/23b6c52cf558f2a1dc6c7010c601b3624eb4591f
Author:     Rafael J. Wysocki <rjw@sisk.pl>
AuthorDate: Sat, 5 Sep 2009 01:07:45 +0200
Committer:  Ingo Molnar <mingo@elte.hu>
CommitDate: Sun, 6 Sep 2009 06:32:23 +0200

x86: Decrease the level of some NUMA messages to KERN_DEBUG

Some NUMA messages in srat_32.c are confusing to users,
because they seem to indicate errors, while in fact they
reflect normal behaviour.

Decrease the level of these messages to KERN_DEBUG so that
they don't show up unnecessarily.

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
LKML-Reference: <200909050107.45175.rjw@sisk.pl>
Signed-off-by: Ingo Molnar <mingo@elte.hu>


---
 arch/x86/mm/srat_32.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/x86/mm/srat_32.c b/arch/x86/mm/srat_32.c
index 29a0e37..6f8aa33 100644
--- a/arch/x86/mm/srat_32.c
+++ b/arch/x86/mm/srat_32.c
@@ -215,7 +215,7 @@ int __init get_memcfg_from_srat(void)
 		goto out_fail;
 
 	if (num_memory_chunks == 0) {
-		printk(KERN_WARNING
+		printk(KERN_DEBUG
 			 "could not find any ACPI SRAT memory areas.\n");
 		goto out_fail;
 	}
@@ -277,7 +277,7 @@ int __init get_memcfg_from_srat(void)
 	}
 	return 1;
 out_fail:
-	printk(KERN_ERR "failed to get NUMA memory information from SRAT"
+	printk(KERN_DEBUG "failed to get NUMA memory information from SRAT"
 			" table\n");
 	return 0;
 }

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-09-06  4:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-04 23:07 [PATCH] x86: Decrease the level of some NUMA messages to KERN_DEBUG Rafael J. Wysocki
2009-09-06  4:38 ` [tip:x86/debug] " tip-bot for Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).