impl.hh (5597:e2983d751be4) impl.hh (6658:f4de76601762)
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;

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

27 *
28 * Authors: Kevin Lim
29 */
30
31#ifndef __CPU_O3_IMPL_HH__
32#define __CPU_O3_IMPL_HH__
33
34#include "arch/isa_traits.hh"
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;

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

27 *
28 * Authors: Kevin Lim
29 */
30
31#ifndef __CPU_O3_IMPL_HH__
32#define __CPU_O3_IMPL_HH__
33
34#include "arch/isa_traits.hh"
35
35#include "config/the_isa.hh"
36#include "cpu/o3/cpu_policy.hh"
37
38
39// Forward declarations.
40template <class Impl>
41class BaseO3DynInst;
42
43template <class Impl>

--- 42 unchanged lines hidden ---
36#include "cpu/o3/cpu_policy.hh"
37
38
39// Forward declarations.
40template <class Impl>
41class BaseO3DynInst;
42
43template <class Impl>

--- 42 unchanged lines hidden ---