From 3110b157e6890273561c6bc3ff407e298e8d910d Mon Sep 17 00:00:00 2001 From: Korey Sewell Date: Thu, 15 Nov 2007 14:21:01 -0500 Subject: fix MIPS headers --HG-- extra : convert_revision : 2870a146a1be0e8c80878090f39c0eaa15d2eb13 --- src/arch/mips/vtophys.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/arch/mips/vtophys.cc') 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 @@ -37,6 +38,7 @@ #include "base/trace.hh" #include "cpu/thread_context.hh" #include "mem/vport.hh" + using namespace std; using namespace MipsISA; -- cgit v1.2.3