]> bbs.cooldavid.org Git - net-next-2.6.git/commit
net: RPS needs to depend upon USE_GENERIC_SMP_HELPERS
authorDavid S. Miller <davem@davemloft.net>
Wed, 15 Sep 2010 04:41:20 +0000 (21:41 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 15 Sep 2010 04:42:22 +0000 (21:42 -0700)
commit6dcbc12290abb452a5e42713faa6461b248e2f55
treeb1f96a3c1eb356eaa31af3cafa33667a6a601bff
parentfddd91016d16277a32727ad272cf2edd3d309c90
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>
net/Kconfig