Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | mach-ux500: do not override outer.inv_all | srinidhi kasagar | 2012-01-20 |
| | | | | | | | | | | | | | Invalidating outer cache without disabling it is a big nono, and so, remove the machine specific outer.inv_all And at the same time it does not prevent us overriding outer.disable as we do not have any such secure SMI to handle the same while kexec disables the outer cache. Signed-off-by: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com> Reviewed-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> | ||
* | Merge branch 'stericsson/fixes' into next/cleanup | Arnd Bergmann | 2011-10-08 |
| | | | | | Conflicts: arch/arm/mach-ux500/cpu.c | ||
* | mach-ux500: factor out l2x0 handling code | Linus Walleij | 2011-08-30 |
Following mach-imx we break out the l2x0 handling into its own file, avoiding some ifdefs. Also remove unnecessary creation of local pointers when there is already one file-local readily available. Cc: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com> Cc: Rabin Vincent <rabin.vincent@stericsson.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> |