[PATCH 0/4] ARM: Manage the pl310 erratas in a dynamic way
From: srinidhi kasagar <hidden>
Date: 2013-01-21 13:14:32
This series of patches attempts to manage the pl310 erratas dynamically rather allowing platforms to choose them during build time. A bit of information which triggered the cause for this series is here: http://lists.infradead.org/pipermail/linux-arm-kernel/2012-December/138066.html Other alternate option perhaps may be device tree.. regards/srinidhi srinidhi kasagar (4): ARM: cache-l2x0: Manage the errata at run time ARM: make the platforms not to select the l2x0 erratas ARM: mach-omap2: apply the errata at run time rather ARM: apply the l2x0 Errata 769419 at run time arch/arm/include/asm/hardware/cache-l2x0.h | 2 + arch/arm/kernel/process.c | 9 ++- arch/arm/mach-omap2/Kconfig | 2 - arch/arm/mach-omap2/sleep44xx.S | 25 ++++++++-- arch/arm/mach-tegra/Kconfig | 3 - arch/arm/mach-ux500/Kconfig | 1 - arch/arm/mach-vexpress/Kconfig | 1 - arch/arm/mm/cache-l2x0.c | 77 +++++++++++++++------------- 8 files changed, 70 insertions(+), 50 deletions(-) -- 1.7.2.dirty