Skip to content

Commit

Permalink
net: RPS needs to depend upon USE_GENERIC_SMP_HELPERS
Browse files Browse the repository at this point in the history
You cannot invoke __smp_call_function_single() unless the
architecture sets this symbol.

Reported-by: Daniel Hellstrom <daniel@gaisler.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Sep 15, 2010
1 parent fddd910 commit 6dcbc12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6dcbc12

Please sign in to comment.