target-ppc: Remove unused kvmppc_update_sdr1() stub
This KVM stub implementation isn't used anywhere. Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Reviewed-by: Alexey Kardashevskiy <aik@ozlabs.ru>
This commit is contained in:
		
							parent
							
								
									2f448e415f
								
							
						
					
					
						commit
						b7f0bbd259
					
				@ -184,11 +184,6 @@ static inline uint64_t kvmppc_rma_size(uint64_t current_size,
 | 
				
			|||||||
    return ram_size;
 | 
					    return ram_size;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static inline int kvmppc_update_sdr1(CPUPPCState *env)
 | 
					 | 
				
			||||||
{
 | 
					 | 
				
			||||||
    return 0;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#endif /* !CONFIG_USER_ONLY */
 | 
					#endif /* !CONFIG_USER_ONLY */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static inline bool kvmppc_has_cap_epr(void)
 | 
					static inline bool kvmppc_has_cap_epr(void)
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user