projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8eec565
)
SPARC: Let the TLB have friends in FS mode.
author
Gabe Black
<gblack@eecs.umich.edu>
Mon, 10 Oct 2011 07:38:57 +0000
(
00:38
-0700)
committer
Gabe Black
<gblack@eecs.umich.edu>
Mon, 10 Oct 2011 07:38:57 +0000
(
00:38
-0700)
src/arch/sparc/tlb.hh
patch
|
blob
|
history
diff --git
a/src/arch/sparc/tlb.hh
b/src/arch/sparc/tlb.hh
index 7d33f7044a3f67fec60452f69d30ae1f995f4bc6..fe61117590d5d1377a6fd852d12352956a4eaf09 100644
(file)
--- a/
src/arch/sparc/tlb.hh
+++ b/
src/arch/sparc/tlb.hh
@@
-48,11
+48,9
@@
namespace SparcISA
class TLB : public BaseTLB
{
-#if !FULL_SYSTEM
// These faults need to be able to populate the tlb in SE mode.
friend class FastInstructionAccessMMUMiss;
friend class FastDataAccessMMUMiss;
-#endif
// TLB state
protected: