base.cc (13418:08101e89101e) base.cc (13419:aaadcfae091a)
1/*
2 * Copyright (c) 2012-2013, 2018 ARM Limited
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 104 unchanged lines hidden (view full) ---

113 // eventually require a writeback, and we do not check the write
114 // buffer before committing to an MSHR
115
116 // forward snoops is overridden in init() once we can query
117 // whether the connected master is actually snooping or not
118
119 tempBlock = new TempCacheBlk(blkSize);
120
1/*
2 * Copyright (c) 2012-2013, 2018 ARM Limited
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 104 unchanged lines hidden (view full) ---

113 // eventually require a writeback, and we do not check the write
114 // buffer before committing to an MSHR
115
116 // forward snoops is overridden in init() once we can query
117 // whether the connected master is actually snooping or not
118
119 tempBlock = new TempCacheBlk(blkSize);
120
121 tags->tagsInit(this);
121 tags->tagsInit();
122 if (prefetcher)
123 prefetcher->setCache(this);
124}
125
126BaseCache::~BaseCache()
127{
128 delete tempBlock;
129}

--- 2319 unchanged lines hidden ---
122 if (prefetcher)
123 prefetcher->setCache(this);
124}
125
126BaseCache::~BaseCache()
127{
128 delete tempBlock;
129}

--- 2319 unchanged lines hidden ---