summaryrefslogtreecommitdiff
path: root/src/arch/mips/vtophys.cc
diff options
context:
space:
mode:
authorKorey Sewell <ksewell@umich.edu>2007-11-15 14:21:01 -0500
committerKorey Sewell <ksewell@umich.edu>2007-11-15 14:21:01 -0500
commit3110b157e6890273561c6bc3ff407e298e8d910d (patch)
treeb1fd5a31db954118bb93f3eed1a1f8bac75fe7c6 /src/arch/mips/vtophys.cc
parent9cff176bbc77fcfbd45308a027b9b9dec6a81ac2 (diff)
downloadgem5-3110b157e6890273561c6bc3ff407e298e8d910d.tar.xz
fix MIPS headers
--HG-- extra : convert_revision : 2870a146a1be0e8c80878090f39c0eaa15d2eb13
Diffstat (limited to 'src/arch/mips/vtophys.cc')
-rwxr-xr-xsrc/arch/mips/vtophys.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/arch/mips/vtophys.cc b/src/arch/mips/vtophys.cc
index 72769aac1..4b9bffa64 100755
--- a/src/arch/mips/vtophys.cc
+++ b/src/arch/mips/vtophys.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2005 The Regents of The University of Michigan
+ * Copyright (c) 2007 MIPS Technologies, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -28,6 +28,7 @@
* Authors: Nathan Binkert
* Steve Reinhardt
* Ali Saidi
+ * Jaidev Patwardhan
*/
#include <string>
@@ -37,6 +38,7 @@
#include "base/trace.hh"
#include "cpu/thread_context.hh"
#include "mem/vport.hh"
+
using namespace std;
using namespace MipsISA;