]> 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>
Thu, 22 May 2014 15:41:38 +0000 (16:41 +0100)
commitcb22d425aeab506e85ba871eb8579c4be16557a9
treef294be159e125d26e1cd584ed8c2ada0b18664a3
parent9ab27df0691f8cb9e3e56792b0b7f8cc862384a2
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