eventq.cc (12040:8cd9d09aac7a) eventq.cc (12334:e0ab29a34764)
1/*
2 * Copyright (c) 2000-2005 The Regents of The University of Michigan
3 * Copyright (c) 2008 The Hewlett-Packard Development Company
4 * Copyright (c) 2013 Advanced Micro Devices, Inc.
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions are

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

33 */
34
35#include <cassert>
36#include <iostream>
37#include <string>
38#include <unordered_map>
39#include <vector>
40
1/*
2 * Copyright (c) 2000-2005 The Regents of The University of Michigan
3 * Copyright (c) 2008 The Hewlett-Packard Development Company
4 * Copyright (c) 2013 Advanced Micro Devices, Inc.
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions are

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

33 */
34
35#include <cassert>
36#include <iostream>
37#include <string>
38#include <unordered_map>
39#include <vector>
40
41#include "base/misc.hh"
41#include "base/logging.hh"
42#include "base/trace.hh"
43#include "cpu/smt.hh"
44#include "debug/Checkpoint.hh"
45#include "sim/core.hh"
46#include "sim/eventq_impl.hh"
47
48using namespace std;
49

--- 392 unchanged lines hidden ---
42#include "base/trace.hh"
43#include "cpu/smt.hh"
44#include "debug/Checkpoint.hh"
45#include "sim/core.hh"
46#include "sim/eventq_impl.hh"
47
48using namespace std;
49

--- 392 unchanged lines hidden ---