For para-virtualized guests running under KVM or other equivalent hypervisor. Signed-off-by: David Daney <david.daney@cavium.com> Signed-off-by: Andreas Herrmann <andreas.herrmann@caviumnetworks.com> Cc: linux-mips@linux-mips.org Cc: James Hogan <james.hogan@imgtec.com> Cc: kvm@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/7004/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
		
			
				
	
	
		
			9 lines
		
	
	
		
			226 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			226 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| #
 | |
| # Generic para-virtualized guest.
 | |
| #
 | |
| platform-$(CONFIG_MIPS_PARAVIRT)	+= paravirt/
 | |
| cflags-$(CONFIG_MIPS_PARAVIRT)		+=				\
 | |
| 		-I$(srctree)/arch/mips/include/asm/mach-paravirt
 | |
| 
 | |
| load-$(CONFIG_MIPS_PARAVIRT)	= 0xffffffff80010000
 |