]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: l2c: omap2+: get rid of init call
authorSekhar Nori <nsekhar@ti.com>
Tue, 22 Apr 2014 08:28:01 +0000 (13:58 +0530)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 23 Apr 2014 18:17:24 +0000 (19:17 +0100)
commite0c60f5305230d5b9554bad2816cb85b6a9b6bdf
treef8880a47b983afaacbff34c610d571e5a56e4a41
parentcefe57b9b45af943967d9f40347ccd77415eae0f
ARM: l2c: omap2+: get rid of init call

Get rid of init call to initialize L2 cache.  Instead use the init_early
machine hook. This helps in using the initialization routine across
SoCs without the need of ugly cpu_is_*() checks.

Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-omap2/common.h
arch/arm/mach-omap2/io.c
arch/arm/mach-omap2/omap4-common.c