]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: l2c: omap2+: get rid of redundant cache replacement policy setting
authorSekhar Nori <nsekhar@ti.com>
Tue, 22 Apr 2014 08:28:02 +0000 (13:58 +0530)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 22 May 2014 15:41:35 +0000 (16:41 +0100)
commit9ab27df0691f8cb9e3e56792b0b7f8cc862384a2
treecc4b8cda1ab7c03350e29b9310c90626ad28c241
parent4e4bb5c72f6bfe872abeb5336ff26834aba1bce8
ARM: l2c: omap2+: get rid of redundant cache replacement policy setting

L2 cache initialization for OMAP4 redundantly sets the cache policy to
Round-Robin. This is not needed since thats the PL310 default anyway.

Removing this reduces the number of platform specific aux control
settings.

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/omap4-common.c