Statistics
| Branch: | Revision:

root / target-ppc / mmu-hash64.c @ 10b46525

History | View | Annotate | Download (5.6 kB)

# Date Author Comment
10b46525 03/22/2013 04:28 pm David Gibson

target-ppc: Move SLB handling into a mmu-hash64.c

As a first step to disentangling the handling for 64-bit hash MMUs from
the rest, we move the code handling the Segment Lookaside Buffer (SLB)
(which only exists on 64-bit hash MMUs) into a new mmu-hash64.c file....