Fixed ALPHA_FS by moving the remnants of isa_fullsys_traits.hh into arch/alpha/pagetable.hh and fixing up some includes

--HG--
extra : convert_revision : 02a47fa62b17245763314890beb68339c789d18f
This commit is contained in:
Gabe Black
2006-08-15 04:46:51 -04:00
parent 336beeaf43
commit c9900f159e
11 changed files with 134 additions and 18 deletions

View File

@@ -29,6 +29,7 @@
*/
#include "arch/utility.hh"
#include "arch/faults.hh"
#include "base/cprintf.hh"
#include "base/inifile.hh"
#include "base/loader/symtab.hh"

View File

@@ -35,7 +35,7 @@
#include <string>
#include "arch/isa_traits.hh"
#include "arch/faults.hh"
#include "sim/faults.hh"
#include "base/bitfield.hh"
#include "base/hashmap.hh"
#include "base/misc.hh"