]> git.proxmox.com Git - qemu.git/commit - target-ppc/mmu_helper.c
target-ppc: Move SLB handling into a mmu-hash64.c
authorDavid Gibson <david@gibson.dropbear.id.au>
Tue, 12 Mar 2013 00:31:06 +0000 (00:31 +0000)
committerAlexander Graf <agraf@suse.de>
Fri, 22 Mar 2013 14:28:46 +0000 (15:28 +0100)
commit10b4652543313ca82284193fa107151c437f9b04
tree22cfeca61368f56221253774cdaf5b02fe60ef2a
parent8152ceaf6eea6d63f6ee65eb419fff56bb3b987b
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.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/Makefile.objs
target-ppc/cpu.h
target-ppc/mmu-hash64.c [new file with mode: 0644]
target-ppc/mmu-hash64.h [new file with mode: 0644]
target-ppc/mmu_helper.c