Skip to content

Commit

Permalink
Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/li…
Browse files Browse the repository at this point in the history
…nux/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
  • Loading branch information
Linus Torvalds committed Sep 14, 2009
2 parents c7208de + 23b6c52 commit 8fafa0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/x86/mm/srat_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down Expand Up @@ -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;
}

0 comments on commit 8fafa0a

Please sign in to comment.