Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6dcbc122 authored by David S. Miller's avatar David S. Miller
Browse files

net: RPS needs to depend upon USE_GENERIC_SMP_HELPERS



You cannot invoke __smp_call_function_single() unless the
architecture sets this symbol.

Reported-by: default avatarDaniel Hellstrom <daniel@gaisler.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent fddd9101
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -217,7 +217,7 @@ source "net/dns_resolver/Kconfig"

config RPS
	boolean
	depends on SMP && SYSFS
	depends on SMP && SYSFS && USE_GENERIC_SMP_HELPERS
	default y

menu "Network testing"