From: Andreas Ruprecht Date: Wed, 20 Aug 2014 08:16:01 +0000 (+0200) Subject: x86/apic/uv: Remove unnecessary #ifdef X-Git-Tag: fixes-against-v3.18-rc2~84^3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8091c1f8ea2374695c105591179b1269fb5f2fbb;p=pandora-kernel.git x86/apic/uv: Remove unnecessary #ifdef In the file x2apic_uv_x.c, some code is compiled conditionally depending on CONFIG_SMP. However, the file is only built, if CONFIG_X86_UV is enabled. CONFIG_X86_UV depends on CONFIG_NUMA, which itself depends on CONFIG_SMP, so the #ifdef will always evaluate to true, if the file is compiled. Thus, it is unnecessary and can be removed. Signed-off-by: Andreas Ruprecht Cc: David Rientjes Cc: Dimitri Sivanich Cc: Hedi Berriche Cc: Linus Torvalds Cc: Mike Travis Cc: Russ Anderson Link: http://lkml.kernel.org/r/1408522561-23389-1-git-send-email-rupran@einserver.de Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed