Deleted Added
full compact
82c82
< __FBSDID("$FreeBSD: head/sys/powerpc/booke/booke_machdep.c 292073 2015-12-11 01:34:13Z jhibbits $");
---
> __FBSDID("$FreeBSD: head/sys/powerpc/booke/booke_machdep.c 292903 2015-12-30 03:43:25Z jhibbits $");
319c319,328
< /* Enable L1 caches */
---
> /* Default to 32 byte cache line size. */
> switch ((mfpvr()) >> 16) {
> case FSL_E500mc:
> case FSL_E5500:
> case FSL_E6500:
> cacheline_size = 64;
> break;
> }
>
> /* Enable caches */
320a330
> booke_enable_l2_cache();
321a332,333
> booke_enable_bpred();
>