mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS cleanly
Remove CONFIG_USE_GENERIC_SMP_HELPERS left by commit0a06ff068f
("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:044c8d4b15
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:
parent
95b6c25e76
commit
343fb116e1
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue