cpu.hh (7720:65d338a8dba4) cpu.hh (7813:7338bc628489)
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;

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

35#include <iostream>
36#include <list>
37#include <queue>
38#include <set>
39#include <vector>
40
41#include "arch/types.hh"
42#include "base/statistics.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;

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

35#include <iostream>
36#include <list>
37#include <queue>
38#include <set>
39#include <vector>
40
41#include "arch/types.hh"
42#include "base/statistics.hh"
43#include "base/timebuf.hh"
43#include "cpu/timebuf.hh"
44#include "config/full_system.hh"
45#include "config/the_isa.hh"
46#include "config/use_checker.hh"
47#include "cpu/activity.hh"
48#include "cpu/base.hh"
49#include "cpu/simple_thread.hh"
50#include "cpu/o3/comm.hh"
51#include "cpu/o3/cpu_policy.hh"

--- 680 unchanged lines hidden ---
44#include "config/full_system.hh"
45#include "config/the_isa.hh"
46#include "config/use_checker.hh"
47#include "cpu/activity.hh"
48#include "cpu/base.hh"
49#include "cpu/simple_thread.hh"
50#include "cpu/o3/comm.hh"
51#include "cpu/o3/cpu_policy.hh"

--- 680 unchanged lines hidden ---