Some clean up work with faults.
[gem5.git] / arch / alpha / arguments.cc
index 38f7a400c8f1c6a5bb72b37d517ba9dd3af284bb..4e8190cbc9ed6e3242ff4c42e23483e8bb18dd23 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * Copyright (c) 2003-2005 The Regents of The University of Michigan
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#include "targetarch/arguments.hh"
+#include "arch/alpha/arguments.hh"
+#include "arch/alpha/vtophys.hh"
 #include "cpu/exec_context.hh"
-#include "mem/functional_mem/physical_memory.hh"
-#include "targetarch/vtophys.hh"
+#include "mem/functional/physical.hh"
+
+using namespace AlphaISA;
 
 AlphaArguments::Data::~Data()
 {