summaryrefslogtreecommitdiff
path: root/src/arch/mips
diff options
context:
space:
mode:
authorKorey Sewell <ksewell@umich.edu>2007-11-14 15:33:43 -0500
committerKorey Sewell <ksewell@umich.edu>2007-11-14 15:33:43 -0500
commit2820a448e2bcb861d099b1256087004462b78895 (patch)
tree2b58cfc1191aeaf2bb732e9401dae67204c675ac /src/arch/mips
parent5f7879a9352985775abef9515e216591a2e3e39d (diff)
downloadgem5-2820a448e2bcb861d099b1256087004462b78895.tar.xz
comment and spacing
--HG-- extra : convert_revision : b3acde37bc11919700c257eae58ea9e0f66c9786
Diffstat (limited to 'src/arch/mips')
-rw-r--r--src/arch/mips/tlb.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/mips/tlb.hh b/src/arch/mips/tlb.hh
index 5240eb2a9..0dfe3ecf1 100644
--- a/src/arch/mips/tlb.hh
+++ b/src/arch/mips/tlb.hh
@@ -53,7 +53,6 @@ class ThreadContext;
namespace MipsISA {
// WARN: This particular TLB entry is not necessarily conformed to MIPS ISA
-// We just need this to make compiler happy. Use "PTE" type for real entry.
struct TlbEntry
{
Addr _pageStart;