kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS cleanly
Remove CONFIG_USE_GENERIC_SMP_HELPERS left by commit 0a06ff068f
("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>
This commit is contained in:

committed by
Linus Torvalds

parent
a399b29dfb
commit
044c8d4b15
@@ -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
|
||||
|
Reference in New Issue
Block a user