summaryrefslogtreecommitdiff
path: root/src/arch/mips/pagetable.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/mips/pagetable.hh')
-rwxr-xr-xsrc/arch/mips/pagetable.hh5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/arch/mips/pagetable.hh b/src/arch/mips/pagetable.hh
index 0500edbce..8c43a7b0c 100755
--- a/src/arch/mips/pagetable.hh
+++ b/src/arch/mips/pagetable.hh
@@ -1,4 +1,5 @@
/*
+ * Copyright (c) 2002-2005 The Regents of The University of Michigan
* Copyright (c) 2007 MIPS Technologies, Inc.
* All rights reserved.
*
@@ -25,7 +26,9 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * Authors: Jaidev Patwardhan
+ * Authors: Nathan Binkert
+ * Steve Reinhardt
+ * Jaidev Patwardhan
*/
#ifndef __ARCH_MIPS_PAGETABLE_H__