commit | 060bf2af12e3a5cf6af95336f9aa66e2af6ffa43 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Wed Mar 19 11:15:38 2014 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Fri May 30 00:50:24 2014 +0100 |
tree | 92a1b5ce2ec8fb2cc6ae420034f892c8172dfa81 | |
parent | c59917f877ae9b94d4ba146600c763ed6ae97a1b [diff] |
ARM: l2c: vexpress ca9x4: move L2 cache initialisation earlier It is beneficial to have the L2 cache up and running earlier in the system boot. Not only will this allow for simpler code when we come to enable some features, but it also means that we get a more accurate bogomips value for the udelay() loop. Calibrating the loop with the L2 cache off, and then running with the L2 cache on is not the best idea. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>