target-ppc: POWER8 supports the MSR_LE bit
Add MSR_LE to the msr_mask for POWER8. Signed-off-by: Anton Blanchard <anton@samba.org> Reviewed-by: Cédric Le Goater <clg@fr.ibm.com> Tested-by: Cédric Le Goater <clg@fr.ibm.com> Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
		
				
					committed by
					
						
						Andreas Färber
					
				
			
			
				
	
			
			
			
						parent
						
							6f1834a2ba
						
					
				
				
					commit
					d6fb330f70
				
			@@ -7175,7 +7175,7 @@ POWERPC_FAMILY(POWER8)(ObjectClass *oc, void *data)
 | 
			
		||||
                        PPC2_FP_TST_ISA206 | PPC2_BCTAR_ISA207 |
 | 
			
		||||
                        PPC2_LSQ_ISA207 | PPC2_ALTIVEC_207 |
 | 
			
		||||
                        PPC2_ISA205 | PPC2_ISA207S;
 | 
			
		||||
    pcc->msr_mask = 0x800000000284FF36ULL;
 | 
			
		||||
    pcc->msr_mask = 0x800000000284FF37ULL;
 | 
			
		||||
    pcc->mmu_model = POWERPC_MMU_2_06;
 | 
			
		||||
#if defined(CONFIG_SOFTMMU)
 | 
			
		||||
    pcc->handle_mmu_fault = ppc_hash64_handle_mmu_fault;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user