Commit bc545539 authored by Atish Patra's avatar Atish Patra Committed by Anup Patel
Browse files

lib: Allow sending IPI to self.



S-mode software may send IPI to self. For example,
tlbflush may be executed for the same hart.

Let the hart send IPI to itself. It's an overhead
but doesn't break anything. However, if we don't
allow it, it breaks if S-mode keep sending IPIs.

Signed-off-by: default avatarAtish Patra <atish.patra@wdc.com>
parent b9c517f5
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment