cache.cc (4458:d43aab911e6e) cache.cc (4626:ed8aacb19c03)
1/*
2 * Copyright (c) 2004-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;

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

53#if defined(USE_CACHE_SPLIT)
54#include "mem/cache/tags/split.hh"
55#endif
56
57#if defined(USE_CACHE_SPLIT_LIFO)
58#include "mem/cache/tags/split_lifo.hh"
59#endif
60
1/*
2 * Copyright (c) 2004-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;

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

53#if defined(USE_CACHE_SPLIT)
54#include "mem/cache/tags/split.hh"
55#endif
56
57#if defined(USE_CACHE_SPLIT_LIFO)
58#include "mem/cache/tags/split_lifo.hh"
59#endif
60
61#include "mem/cache/miss/miss_queue.hh"
62#include "mem/cache/miss/blocking_buffer.hh"
63
64#include "mem/cache/coherence/simple_coherence.hh"
65
66#include "mem/cache/cache_impl.hh"
67
68// Template Instantiations
69#ifndef DOXYGEN_SHOULD_SKIP_THIS
70
71

--- 21 unchanged lines hidden ---
61#include "mem/cache/coherence/simple_coherence.hh"
62
63#include "mem/cache/cache_impl.hh"
64
65// Template Instantiations
66#ifndef DOXYGEN_SHOULD_SKIP_THIS
67
68

--- 21 unchanged lines hidden ---