forked from Mirrors/opensbi
		
	platform: Remove the ipi_sync method from all platforms.
OpenSBI manages outstanding TLB flush requests by queueing them in a fifo synchronously. An ipi sync which uses an atomic operation on MMIO address is no longer required. Remove the ipi sync method from platform header and all usage. Signed-off-by: Atish Patra <atish.patra@wdc.com> Reviewed-by: Anup Patel <anup.patel@wdc.com>
This commit is contained in:
		@@ -199,7 +199,6 @@ const struct sbi_platform_operations platform_ops = {
 | 
			
		||||
	.console_init		= fu540_console_init,
 | 
			
		||||
	.irqchip_init		= fu540_irqchip_init,
 | 
			
		||||
	.ipi_send		= clint_ipi_send,
 | 
			
		||||
	.ipi_sync		= clint_ipi_sync,
 | 
			
		||||
	.ipi_clear		= clint_ipi_clear,
 | 
			
		||||
	.ipi_init		= fu540_ipi_init,
 | 
			
		||||
	.timer_value		= clint_timer_value,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user