Browse Source

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: Daniel Hellstrom <daniel@gaisler.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
David S. Miller 14 years ago
parent
commit
6dcbc12290
1 changed files with 1 additions and 1 deletions
  1. 1 1
      net/Kconfig

+ 1 - 1
net/Kconfig

@@ -217,7 +217,7 @@ source "net/dns_resolver/Kconfig"
 
 
 config RPS
 config RPS
 	boolean
 	boolean
-	depends on SMP && SYSFS
+	depends on SMP && SYSFS && USE_GENERIC_SMP_HELPERS
 	default y
 	default y
 
 
 menu "Network testing"
 menu "Network testing"