commit | a6f557c4e04a70df2815a44e22a1c2f6c25a0a1c | [log] [tgz] |
---|---|---|
author | Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> | Wed Mar 21 15:58:51 2018 +0300 |
committer | Alexey Brodkin <abrodkin@synopsys.com> | Wed Mar 21 17:06:49 2018 +0300 |
tree | efcf066fd8aa271ea7eaa518bbc5a971a2cb3a4a | |
parent | c27814be336ee612418ff010f4002deb1cc9c387 [diff] |
ARC: Cache: Move IOC initialization to a separate function Move IOC initialization from cache_init() to a separate function. This is the preparation for the next patch where we'll switch to is_isa_arcv2() function usage instead of "CONFIG_ISA_ARCV2" ifdef. Also it makes cache_init function a bit cleaner. Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>