diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2007-11-20 15:38:54 -0800 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2007-11-20 15:38:54 -0800 |
commit | e35c4f2f089ad25cf3081cea50b018717dd0b192 (patch) | |
tree | 48d39aff50851566811f1a2925eb59228e1f6af1 /src/arch/mips/tlb.hh | |
parent | a12d5975cc8ea9462c731f58c0a950a8d3e44409 (diff) | |
parent | 088d7c70968a6ba43eddb4116c35a707747b7216 (diff) | |
download | gem5-e35c4f2f089ad25cf3081cea50b018717dd0b192.tar.xz |
Merge with head.
--HG--
extra : convert_revision : c4215e516c6d82ad466db898ffeefa0233ca110e
Diffstat (limited to 'src/arch/mips/tlb.hh')
-rw-r--r-- | src/arch/mips/tlb.hh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/arch/mips/tlb.hh b/src/arch/mips/tlb.hh index 0dfe3ecf1..d6f9ac101 100644 --- a/src/arch/mips/tlb.hh +++ b/src/arch/mips/tlb.hh @@ -1,4 +1,5 @@ /* + * Copyright (c) 2001-2005 The Regents of The University of Michigan * Copyright (c) 2007 MIPS Technologies, Inc. * All rights reserved. * @@ -25,7 +26,10 @@ * (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 + * Korey Sewell */ #ifndef __ARCH_MIPS_TLB_HH__ |