X86: Separate out the page table walker into it's own cc and hh.
authorGabe Black <gblack@eecs.umich.edu>
Tue, 13 Nov 2007 02:06:57 +0000 (18:06 -0800)
committerGabe Black <gblack@eecs.umich.edu>
Tue, 13 Nov 2007 02:06:57 +0000 (18:06 -0800)
commit1048b548fabfb7af2113f226f2151d3eb0e63289
treed68b47ad4f335ade253f5ae87a158c6209d6ec20
parent6095dceb0c34cf79ecbd799ab4b2cbe7b7c8629a
X86: Separate out the page table walker into it's own cc and hh.

--HG--
extra : convert_revision : cbc3af01ca3dc911a59224a574007c5c0bcf6042
src/arch/x86/SConscript
src/arch/x86/X86TLB.py
src/arch/x86/faults.cc
src/arch/x86/pagetable_walker.cc [new file with mode: 0644]
src/arch/x86/pagetable_walker.hh [new file with mode: 0644]
src/arch/x86/tlb.cc
src/arch/x86/tlb.hh
src/cpu/BaseCPU.py