提交 8fafa0a7 编写于 作者: L Linus Torvalds

Merge branch 'x86-debug-for-linus' of...

Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip

* 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
  x86: Decrease the level of some NUMA messages to KERN_DEBUG
...@@ -215,7 +215,7 @@ int __init get_memcfg_from_srat(void) ...@@ -215,7 +215,7 @@ int __init get_memcfg_from_srat(void)
goto out_fail; goto out_fail;
if (num_memory_chunks == 0) { if (num_memory_chunks == 0) {
printk(KERN_WARNING printk(KERN_DEBUG
"could not find any ACPI SRAT memory areas.\n"); "could not find any ACPI SRAT memory areas.\n");
goto out_fail; goto out_fail;
} }
...@@ -277,7 +277,7 @@ int __init get_memcfg_from_srat(void) ...@@ -277,7 +277,7 @@ int __init get_memcfg_from_srat(void)
} }
return 1; return 1;
out_fail: 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"); " table\n");
return 0; return 0;
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册