commit | 805604ef8596968e5f251c69fd92bd3b8f466317 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Mon Apr 28 15:24:10 2014 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Fri May 30 00:49:00 2014 +0100 |
tree | 9c40d7d4a2bcf3fb5ac810366e174ce4179659d8 | |
parent | a4b041a0e25c6e9ccd809b3cb68a98c816e0c967 [diff] |
ARM: l2c: add platform independent core L2 cache OF initialisation Add a hook into the core ARM code to perform L2 cache initialisation in a platform independent manner. Platforms still get to indicate their auxiliary control register values and mask, but the initialisation call will now be made from generic code. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>