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").

Change-Id: Ia175f191b675b9bc6b1568233bb2712abc889eee
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>
Git-commit: 044c8d4b15743f6e0a4cb6f2aeb32745a116ebff
Git-repo: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
[lkuch@codeaurora.org: resolve trivial merge conflicts]
Signed-off-by: Liron Kuch <lkuch@codeaurora.org>
This commit is contained in:
Yuanhan Liu 2013-11-21 14:32:01 -08:00 committed by Liron Kuch
parent 95b6c25e76
commit 343fb116e1
1 changed files with 3 additions and 3 deletions

View File

@ -235,8 +235,8 @@ source "net/netlink/Kconfig"
source "net/rmnet_data/Kconfig"
config RPS
boolean "RPS"
depends on SMP && SYSFS && USE_GENERIC_SMP_HELPERS
boolean
depends on SMP && SYSFS
default y
config RFS_ACCEL
@ -247,7 +247,7 @@ config RFS_ACCEL
config XPS
boolean
depends on SMP && USE_GENERIC_SMP_HELPERS
depends on SMP
default y
config NETPRIO_CGROUP