commit | 074c74dfcb33757d893598181914ef7bc703fa9d | [log] [tgz] |
---|---|---|
author | Antoine Tenart <antoine.tenart@bootlin.com> | Wed Sep 19 11:27:09 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Sep 19 21:09:54 2018 -0700 |
tree | b7787c3559a58a14d87448e29e8fa65c1cbc1420 | |
parent | 543ec376e3cb98a5e0343b29c1d0f00546b68dc6 [diff] |
net: mvpp2: map the CPUs to threads This patch maps all uses of the CPU to threads. All this_cpu calls are replaced, and all smp_processor_id() calls are wrapped into the indirection. Signed-off-by: Antoine Tenart <antoine.tenart@bootlin.com> Signed-off-by: David S. Miller <davem@davemloft.net>