lib: Factor-out TLB management from IPI management

This patch factor-out TLB management from IPI management to separate
sources sbi_tlb.c and sbi_tlb.h.

Signed-off-by: Anup Patel <anup.patel@wdc.com>
Reviewed-by: Atish Patra <atish.patra@wdc.com>
This commit is contained in:
Anup Patel
2019-05-24 07:58:05 +05:30
committed by Anup Patel
parent 2dfed32c46
commit 95b7480ab4
7 changed files with 292 additions and 207 deletions

View File

@@ -14,6 +14,7 @@
#include <sbi/sbi_ipi.h>
#include <sbi/sbi_system.h>
#include <sbi/sbi_timer.h>
#include <sbi/sbi_tlb.h>
#include <sbi/sbi_trap.h>
#define SBI_ECALL_VERSION_MAJOR 0