includes.isa (8229:78bf55f23338) includes.isa (8232:b28d06a175be)
1// Copyright (c) 2007-2008 The Hewlett-Packard Development Company
2// All rights reserved.
3//
4// The license below extends only to copyright in the software and shall
5// not be construed as granting a license to any other intellectual
6// property including but not limited to intellectual property relating
7// to a hardware implementation of the functionality of the software
8// licensed hereunder. You may use the software subject to the license

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

113#include "arch/x86/cpuid.hh"
114#include "arch/x86/faults.hh"
115#include "arch/x86/tlb.hh"
116#include "base/bigint.hh"
117#include "base/compiler.hh"
118#include "base/condcodes.hh"
119#include "cpu/base.hh"
120#include "cpu/exetrace.hh"
1// Copyright (c) 2007-2008 The Hewlett-Packard Development Company
2// All rights reserved.
3//
4// The license below extends only to copyright in the software and shall
5// not be construed as granting a license to any other intellectual
6// property including but not limited to intellectual property relating
7// to a hardware implementation of the functionality of the software
8// licensed hereunder. You may use the software subject to the license

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

113#include "arch/x86/cpuid.hh"
114#include "arch/x86/faults.hh"
115#include "arch/x86/tlb.hh"
116#include "base/bigint.hh"
117#include "base/compiler.hh"
118#include "base/condcodes.hh"
119#include "cpu/base.hh"
120#include "cpu/exetrace.hh"
121#include "debug/X86.hh"
121#include "mem/packet.hh"
122#include "mem/packet_access.hh"
123#include "mem/request.hh"
124#include "sim/pseudo_inst.hh"
125#include "sim/sim_exit.hh"
126
127using namespace X86ISA;
128using namespace std;
129}};
130
122#include "mem/packet.hh"
123#include "mem/packet_access.hh"
124#include "mem/request.hh"
125#include "sim/pseudo_inst.hh"
126#include "sim/sim_exit.hh"
127
128using namespace X86ISA;
129using namespace std;
130}};
131