projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fddd910
)
net: RPS needs to depend upon USE_GENERIC_SMP_HELPERS
author
David S. Miller
<davem@davemloft.net>
Wed, 15 Sep 2010 04:41:20 +0000
(21:41 -0700)
committer
David S. Miller
<davem@davemloft.net>
Wed, 15 Sep 2010 04:42:22 +0000
(21:42 -0700)
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>
net/Kconfig
patch
|
blob
|
history
diff --git
a/net/Kconfig
b/net/Kconfig
index e330594d3709e6d382b2e5168cea989127793aa1..e926884c1675c04c3d150ddc83eaa89f91a0cb4a 100644
(file)
--- a/
net/Kconfig
+++ b/
net/Kconfig
@@
-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"