forked from Mirrors/opensbi
		
	lib: sbi: Remove redundant hartid parameter from sbi_hart_init()
The hartid parameter of sbi_hart_init() is not used anywhere in sbi_hart_init() implementation so let's remove it. Signed-off-by: Anup Patel <anup.patel@wdc.com> Reviewed-by: Atish Patra <atish.patra@wdc.com> Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
		@@ -27,7 +27,7 @@ enum sbi_hart_features {
 | 
			
		||||
 | 
			
		||||
struct sbi_scratch;
 | 
			
		||||
 | 
			
		||||
int sbi_hart_init(struct sbi_scratch *scratch, u32 hartid, bool cold_boot);
 | 
			
		||||
int sbi_hart_init(struct sbi_scratch *scratch, bool cold_boot);
 | 
			
		||||
 | 
			
		||||
extern void (*sbi_hart_expected_trap)(void);
 | 
			
		||||
static inline ulong sbi_hart_expected_trap_addr(void)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user