summaryrefslogtreecommitdiff
path: root/src/arch/alpha/faults.hh
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2006-08-15 04:46:51 -0400
committerGabe Black <gblack@eecs.umich.edu>2006-08-15 04:46:51 -0400
commitc9900f159e8d2fd7e32070e2cd0971caf917431d (patch)
tree80b479ecb6cec5dcbb15b699904b18e77815cb5b /src/arch/alpha/faults.hh
parent336beeaf43d91c8a3d33d15b0a7e189dd7826110 (diff)
downloadgem5-c9900f159e8d2fd7e32070e2cd0971caf917431d.tar.xz
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
Diffstat (limited to 'src/arch/alpha/faults.hh')
-rw-r--r--src/arch/alpha/faults.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/alpha/faults.hh b/src/arch/alpha/faults.hh
index 11a568174..3ef4d5521 100644
--- a/src/arch/alpha/faults.hh
+++ b/src/arch/alpha/faults.hh
@@ -32,7 +32,7 @@
#ifndef __ALPHA_FAULTS_HH__
#define __ALPHA_FAULTS_HH__
-#include "arch/alpha/isa_traits.hh"
+#include "arch/alpha/pagetable.hh"
#include "sim/faults.hh"
// The design of the "name" and "vect" functions is in sim/faults.hh