commit | e11ea2a02b93933425ddfa4b4e2012ba0882ac82 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Aug 21 23:58:34 2019 +0900 |
committer | Paul Walmsley <paul.walmsley@sifive.com> | Thu Sep 05 01:46:21 2019 -0700 |
tree | 762973ab56aef36b8383e4a5b7778de907e963f7 | |
parent | 1db7a7ca5ac543d0e360d1e8a3dc10ce74b58027 [diff] |
riscv: optimize send_ipi_single Don't go through send_ipi_mask, but just set the op bit and then pass a simple generated hartid mask directly to sbi_send_ipi. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Atish Patra <atish.patra@wdc.com> [paul.walmsley@sifive.com: minor patch description fixes] Signed-off-by: Paul Walmsley <paul.walmsley@sifive.com>