Deleted Added
sdiff udiff text old ( 12629:c17d4dc2379e ) new ( 12636:9859213e2662 )
full compact
1/*
2 * Copyright (c) 2013,2016 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

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

71void
72BaseTags::setCache(BaseCache *_cache)
73{
74 assert(!cache);
75 cache = _cache;
76}
77
78void
79BaseTags::regStats()
80{
81 ClockedObject::regStats();
82
83 using namespace Stats;
84
85 replacements
86 .init(maxThreadsPerCPU)

--- 88 unchanged lines hidden ---