diff options
author | Nathan Binkert <binkertn@umich.edu> | 2003-10-13 17:24:27 -0400 |
---|---|---|
committer | Nathan Binkert <binkertn@umich.edu> | 2003-10-13 17:24:27 -0400 |
commit | f94ff9ace556d9aa1ac9d00b8b1dbc73e161d213 (patch) | |
tree | 353724806826d4faa7ad8c6b6b9f0ab658936dbb /arch | |
parent | 2471c214bf85b1c0342f222a1a85ace110d76d16 (diff) | |
download | gem5-f94ff9ace556d9aa1ac9d00b8b1dbc73e161d213.tar.xz |
Split up kernel.cc into separate files for dump_mbuf and printf
cpu/exec_context.hh:
dev/alpha_console.cc:
sim/system.cc:
sim/system.hh:
Convert from fixed array to a vector
arch/alpha/arguments.hh:
now that CopyData and CopyString are in vtophys.hh, this
include is not necessary
arch/alpha/vtophys.hh:
Include isa_traits.hh for Addr
cpu/pc_event.cc:
Temporarily get this working while we're changing things
--HG--
extra : convert_revision : 9a7597b7bd5d050819766f8edf7a02f28447b9ca
Diffstat (limited to 'arch')
-rw-r--r-- | arch/alpha/arguments.hh | 1 | ||||
-rw-r--r-- | arch/alpha/vtophys.hh | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/alpha/arguments.hh b/arch/alpha/arguments.hh index 18569c688..78e66b3fd 100644 --- a/arch/alpha/arguments.hh +++ b/arch/alpha/arguments.hh @@ -32,7 +32,6 @@ #include <assert.h> #include "base/refcnt.hh" -#include "kern/tru64/kernel.hh" #include "sim/host.hh" #include "targetarch/vtophys.hh" diff --git a/arch/alpha/vtophys.hh b/arch/alpha/vtophys.hh index 75a589259..47ee538a6 100644 --- a/arch/alpha/vtophys.hh +++ b/arch/alpha/vtophys.hh @@ -29,6 +29,7 @@ #ifndef __VTOPHYS_H__ #define __VTOPHYS_H__ +#include "targetarch/isa_traits.hh" #include "targetarch/pmap.h" inline bool entry_valid(uint64_t entry) |