From: Andi Kleen <a...@linux.intel.com> Not needed on small systems. Already disabled with !SMP, but also makes sense to explicitely disabled on very small multi-core SOCKs.
Saves ~6k text, but increases the data segment by a mysterious ~4k (some padding?) text data bss dec hex filename 6893698 1392544 634880 8921122 882022 vmlinux-with-xps 6887542 1396544 634880 8918966 8817b6 vmlinux-wo-xps Signed-off-by: Andi Kleen <a...@linux.intel.com> --- net/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/Kconfig b/net/Kconfig index cc0264a..2437348 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -259,7 +259,7 @@ config RFS_ACCEL default y config XPS - boolean + bool "Support multiqueue transmit queues (XPS)" depends on SMP default y -- 1.9.0 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/