From: Gary Hade Date: Tue, 28 Oct 2008 23:43:14 +0000 (-0700) Subject: x86: remove debug code from arch_add_memory() X-Git-Tag: v2.6.28-rc3~29^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe8b868eccb9f85a0e231e35f0abac5b39bac801;p=pandora-kernel.git 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 10f22dde556d1ed41d55355d1fb8ad495f9810c8 Signed-off-by: Gary Hade Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed