interrupts.hh (11566:b11410957c9e) interrupts.hh (12334:e0ab29a34764)
1/*
2 * Copyright (c) 2007 MIPS Technologies, Inc.
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;

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

30
31#ifndef __ARCH_MIPS_INTERRUPT_HH__
32#define __ARCH_MIPS_INTERRUPT_HH__
33
34#include <string>
35
36#include "arch/mips/faults.hh"
37#include "base/compiler.hh"
1/*
2 * Copyright (c) 2007 MIPS Technologies, Inc.
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;

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

30
31#ifndef __ARCH_MIPS_INTERRUPT_HH__
32#define __ARCH_MIPS_INTERRUPT_HH__
33
34#include <string>
35
36#include "arch/mips/faults.hh"
37#include "base/compiler.hh"
38#include "base/misc.hh"
38#include "base/logging.hh"
39#include "params/MipsInterrupts.hh"
40#include "sim/serialize.hh"
41#include "sim/sim_object.hh"
42
43class BaseCPU;
44class Checkpoint;
45
46namespace MipsISA

--- 82 unchanged lines hidden ---
39#include "params/MipsInterrupts.hh"
40#include "sim/serialize.hh"
41#include "sim/sim_object.hh"
42
43class BaseCPU;
44class Checkpoint;
45
46namespace MipsISA

--- 82 unchanged lines hidden ---