From: Alexander Duyck Date: Thu, 1 Jul 2010 13:28:27 +0000 (+0000) Subject: x86: Drop CONFIG_MCORE2 check around setting of NET_IP_ALIGN X-Git-Tag: v2.6.36-rc1~571^2~381 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7475271004b66e9c22e1bb28f240a38c5d6fe76e;p=pandora-kernel.git x86: Drop CONFIG_MCORE2 check around setting of NET_IP_ALIGN This patch removes the CONFIG_MCORE2 check from around NET_IP_ALIGN. It is based on a suggestion from Andi Kleen. The assumption is that there are not any x86 cores where unaligned access is really slow, and this change would allow for a performance improvement to still exist on configurations that are not necessarily optimized for Core 2. Cc: Andi Kleen Cc: Thomas Gleixner Cc: Ingo Molnar Cc: "H. Peter Anvin" Cc: x86@kernel.org Signed-off-by: Alexander Duyck Signed-off-by: Jeff Kirsher Acked-by: H. Peter Anvin Signed-off-by: David S. Miller --- Reading git-diff-tree failed