diff options
author | Yuanhan Liu <yuanhan.liu@linux.intel.com> | 2013-11-21 14:32:01 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-11-21 16:42:27 -0800 |
commit | 044c8d4b15743f6e0a4cb6f2aeb32745a116ebff (patch) | |
tree | a2c825429045946a9fdaea86b9ff5a0cf350e21a /net | |
parent | a399b29dfbaaaf91162b2dc5a5875dd51bbfa2a1 (diff) | |
download | op-kernel-dev-044c8d4b15743f6e0a4cb6f2aeb32745a116ebff.zip op-kernel-dev-044c8d4b15743f6e0a4cb6f2aeb32745a116ebff.tar.gz |
kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS cleanly
Remove CONFIG_USE_GENERIC_SMP_HELPERS left by commit 0a06ff068f12
("kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS").
Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
Cc: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'net')
-rw-r--r-- | net/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/Kconfig b/net/Kconfig index 0715db6..d334678 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -224,7 +224,7 @@ source "net/hsr/Kconfig" config RPS boolean - depends on SMP && SYSFS && USE_GENERIC_SMP_HELPERS + depends on SMP && SYSFS default y config RFS_ACCEL @@ -235,7 +235,7 @@ config RFS_ACCEL config XPS boolean - depends on SMP && USE_GENERIC_SMP_HELPERS + depends on SMP default y config NETPRIO_CGROUP |