summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAtish Patra <atish.patra@wdc.com>2019-11-25 10:33:45 +0300
committerAnup Patel <anup@brainfault.org>2019-12-23 06:42:08 +0300
commitaa0ed1d7338019af8c785274c99b13caa59ce1f5 (patch)
treee3ff3302cae08dea0d5af165c19b69a9d1439c60 /include
parentb8732feaf7d48fddc5c06866879380575e601823 (diff)
downloadopensbi-aa0ed1d7338019af8c785274c99b13caa59ce1f5.tar.xz
lib: Remove redundant IPI types
We just need to distinguish only between FENCE and non FENCE related IPIs as all of the fence related requests are handled via fifo now. Remove the unnecessary IPI types related to individual fence types. Signed-off-by: Atish Patra <atish.patra@wdc.com> Reviewed-by: Anup Patel <anup.patel@wdc.com>
Diffstat (limited to 'include')
-rw-r--r--include/sbi/sbi_ipi.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/sbi/sbi_ipi.h b/include/sbi/sbi_ipi.h
index 378a3c8..5f7192a 100644
--- a/include/sbi/sbi_ipi.h
+++ b/include/sbi/sbi_ipi.h
@@ -15,9 +15,7 @@
/* clang-format off */
#define SBI_IPI_EVENT_SOFT 0x1
-#define SBI_IPI_EVENT_FENCE_I 0x2
-#define SBI_IPI_EVENT_SFENCE_VMA 0x4
-#define SBI_IPI_EVENT_SFENCE_VMA_ASID 0x8
+#define SBI_IPI_EVENT_FENCE 0x2
#define SBI_IPI_EVENT_HALT 0x10
/* clang-format on */