base.cc (5337:f81512eb8bdf) base.cc (5338:e75d02a09806)
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

29 * Ron Dreslinski
30 */
31
32/**
33 * @file
34 * Definitions of BaseTags.
35 */
36
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

29 * Ron Dreslinski
30 */
31
32/**
33 * @file
34 * Definitions of BaseTags.
35 */
36
37#include "mem/cache/tags/base_tags.hh"
37#include "mem/cache/tags/base.hh"
38
38
39#include "mem/cache/base_cache.hh"
39#include "mem/cache/base.hh"
40#include "cpu/smt.hh" //maxThreadsPerCPU
41#include "sim/sim_exit.hh"
42
43using namespace std;
44
45void
46BaseTags::setCache(BaseCache *_cache)
47{

--- 44 unchanged lines hidden ---
40#include "cpu/smt.hh" //maxThreadsPerCPU
41#include "sim/sim_exit.hh"
42
43using namespace std;
44
45void
46BaseTags::setCache(BaseCache *_cache)
47{

--- 44 unchanged lines hidden ---