]> git.baikalelectronics.ru Git - kernel.git/commit
x86: remove debug code from arch_add_memory()
authorGary Hade <garyhade@us.ibm.com>
Tue, 28 Oct 2008 23:43:14 +0000 (16:43 -0700)
committerIngo Molnar <mingo@elte.hu>
Wed, 29 Oct 2008 08:29:22 +0000 (09:29 +0100)
commite6b952e9d9227ba2ed6cce9e74e7c33cbaa142bc
tree4b8d27341a1f88efee15901d6cc7c8bb1c4cf683
parent94327d3f0ba4dbfe829e748723efa1d72400de25
x86: remove debug code from arch_add_memory()

Impact: remove incorrect WARN_ON(1)

Gets rid of dmesg spam created during physical memory hot-add which
will very likely confuse users.  The change removes what appears to
be debugging code which I assume was unintentionally included in:

  x86: arch/x86/mm/init_64.c printk fixes
  commit 686640ce43f218c11bf4ab0e07356da95b5be307

Signed-off-by: Gary Hade <garyhade@us.ibm.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/mm/init_64.c