diff options
Diffstat (limited to 'arch/powerpc/cpu/mpc85xx/cpu_init.c')
| -rw-r--r-- | arch/powerpc/cpu/mpc85xx/cpu_init.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/powerpc/cpu/mpc85xx/cpu_init.c b/arch/powerpc/cpu/mpc85xx/cpu_init.c index 48e6a05d3..d5b17de7c 100644 --- a/arch/powerpc/cpu/mpc85xx/cpu_init.c +++ b/arch/powerpc/cpu/mpc85xx/cpu_init.c @@ -337,7 +337,7 @@ int enable_cluster_l2(void)  			while ((in_be32(&l2cache->l2csr0)  				& (L2CSR0_L2FI|L2CSR0_L2LFC)) != 0)  					; -			out_be32(&l2cache->l2csr0, L2CSR0_L2E); +			out_be32(&l2cache->l2csr0, L2CSR0_L2E|L2CSR0_L2PE);  		}  		i++;  	} while (!(cluster & TP_CLUSTER_EOC)); |