commit | ce368f72a4f5e803753f9a65f449a2b16a317042 | [log] [tgz] |
---|---|---|
author | Chuck Jordan <cjordan@synopsys.com> | Mon Jan 09 13:18:47 2017 -0800 |
committer | Anas Nashif <nashif@linux.intel.com> | Wed Jan 11 15:22:04 2017 +0000 |
tree | 30ca59cb7470aacc551e1f2637ec815f7b905e39 | |
parent | cb0cf9f5f477ea11a2c09098189d7ec6b7250c27 [diff] |
arc: i-cache init moved much earlier I've moved the call for icache_setup from nanoArchInit() to _PrepC(), because there is a lot of code executed now before nanoArchInit() is called, and all this time the i-cache would be off. It should be turned on as early as possible to make initialization faster. Change-Id: I76a809d57a1bf9aacf51e7bb9fe8c8425f37aa13 Signed-off-by: Chuck Jordan <cjordan@synopsys.com>