Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Check whether the SCU was already initialised | Catalin Marinas | 2009-11-05 |
| | | | | | | | If Linux is running in non-secure mode, this register may have been already initialised and writing to the control register not allowed. Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> | ||
* | [ARM] 5516/1: Flush the D-cache after initialising the SCU | Catalin Marinas | 2009-05-28 |
| | | | | | | | | | | | | | | | | On MP systems, the data loaded by CPU0 before the SCU was initialised may not be visible to the other CPUs. Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> This also includes the following compile fix: This patch includes 'asm/cacheflush.h' which is needed to use 'flush_cache_all()' function. Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> | ||
* | [ARM] smp: separate SCU support code from realview | Russell King | 2009-05-17 |
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> |