Author: nbd Date: 2015-03-25 15:30:40 +0100 (Wed, 25 Mar 2015) New Revision: 44977
Modified: trunk/target/linux/bcm53xx/patches-3.18/305-ARM-BCM53XX-set-customized-AUXCTL.patch Log: bcm53xx: enable the full-line-of-zero optimization in the cache controller Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/target/linux/bcm53xx/patches-3.18/305-ARM-BCM53XX-set-customized-AUXCTL.patch =================================================================== --- trunk/target/linux/bcm53xx/patches-3.18/305-ARM-BCM53XX-set-customized-AUXCTL.patch 2015-03-25 14:29:23 UTC (rev 44976) +++ trunk/target/linux/bcm53xx/patches-3.18/305-ARM-BCM53XX-set-customized-AUXCTL.patch 2015-03-25 14:30:40 UTC (rev 44977) @@ -14,7 +14,7 @@ --- a/arch/arm/mach-bcm/bcm_5301x.c +++ b/arch/arm/mach-bcm/bcm_5301x.c -@@ -49,7 +49,10 @@ static const char __initconst *bcm5301x_ +@@ -49,7 +49,11 @@ static const char __initconst *bcm5301x_ }; DT_MACHINE_START(BCM5301X, "BCM5301X") @@ -22,7 +22,8 @@ + .l2c_aux_val = L310_AUX_CTRL_CACHE_REPLACE_RR | + L310_AUX_CTRL_DATA_PREFETCH | + L310_AUX_CTRL_INSTR_PREFETCH | -+ L310_AUX_CTRL_EARLY_BRESP, ++ L310_AUX_CTRL_EARLY_BRESP | ++ L310_AUX_CTRL_FULL_LINE_ZERO, .l2c_aux_mask = ~0, .init_early = bcm5301x_init_early, .dt_compat = bcm5301x_dt_compat, _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
