mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-09-04 20:19:47 +08:00 
			
		
		
		
	 7cb46d9bff
			
		
	
	
		7cb46d9bff
		
	
	
	
	
		
			
			The COSM client driver running on the MIC cards is implemented as a kernel mode SCIF client. It responds to a "shutdown" message from the host by triggering a card shutdown and also communicates the shutdown or reboot status back the host. It is also responsible for syncing the card time to that of the host. Because SCIF messaging cannot be used in a panic context, the COSM client driver also periodically sends a heartbeat SCIF message to the host thereby enabling the host to detect card crashes. Reviewed-by: Nikhil Rao <nikhil.rao@intel.com> Reviewed-by: Sudeep Dutt <sudeep.dutt@intel.com> Signed-off-by: Ashutosh Dixit <ashutosh.dixit@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
		
			
				
	
	
		
			8 lines
		
	
	
		
			166 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			166 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| #
 | |
| # Makefile - Intel MIC COSM Client Driver
 | |
| # Copyright(c) 2015, Intel Corporation.
 | |
| #
 | |
| obj-$(CONFIG_MIC_COSM) += cosm_client.o
 | |
| 
 | |
| cosm_client-objs += cosm_scif_client.o
 |