TLB: Fix serialization issues with the tlb entries and make the page table store...
authorGabe Black <gblack@eecs.umich.edu>
Fri, 26 Oct 2007 02:04:44 +0000 (19:04 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Fri, 26 Oct 2007 02:04:44 +0000 (19:04 -0700)
commitfddfa71658a35f91c249ce0b7b67984d979a4fb4
tree2502a148cc3da2e0ebb53bdf9027a4b5a427423e
parent0711f4f17a4b4ac61b07cbe742f0d193f919ea8f
TLB: Fix serialization issues with the tlb entries and make the page table store the process, not the system.

--HG--
extra : convert_revision : 2421af11f62f60fb48faeee6bddadac2987df0e8
13 files changed:
src/arch/alpha/faults.cc
src/arch/alpha/pagetable.hh
src/arch/mips/tlb.cc
src/arch/mips/tlb.hh
src/arch/sparc/faults.cc
src/arch/sparc/pagetable.hh
src/arch/x86/faults.cc
src/arch/x86/pagetable.cc
src/arch/x86/pagetable.hh
src/arch/x86/tlb.cc
src/mem/page_table.cc
src/mem/page_table.hh
src/sim/process.cc