From 54b2779cfeeaaf7752df19deba56b79bad1caea6 Mon Sep 17 00:00:00 2001 From: Anup Patel Date: Fri, 27 Mar 2020 10:58:47 +0530 Subject: include: sbi_tlb: Remove scratch parameter from sbi_tlb_request() The sbi_ipi_send_many() should get current HART scratch pointer on it's own using eventually hence removing scratch parameter from sbi_tlb_request(). Signed-off-by: Anup Patel --- include/sbi/sbi_tlb.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/sbi/sbi_tlb.h') diff --git a/include/sbi/sbi_tlb.h b/include/sbi/sbi_tlb.h index 67c3900..6a07ee2 100644 --- a/include/sbi/sbi_tlb.h +++ b/include/sbi/sbi_tlb.h @@ -53,8 +53,7 @@ do { \ #define SBI_TLB_INFO_SIZE sizeof(struct sbi_tlb_info) -int sbi_tlb_request(struct sbi_scratch *scratch, ulong hmask, - ulong hbase, struct sbi_tlb_info *tinfo); +int sbi_tlb_request(ulong hmask, ulong hbase, struct sbi_tlb_info *tinfo); int sbi_tlb_init(struct sbi_scratch *scratch, bool cold_boot); -- cgit v1.2.3