diff options
| author | David Gibson | 2013-03-12 01:31:08 +0100 |
|---|---|---|
| committer | Alexander Graf | 2013-03-22 15:28:47 +0100 |
| commit | c69b6151e7f242b02f261f321c392e5ef933176f (patch) | |
| tree | 37ba5ff96619d955b11ee89ac2aa8cf499c734f8 /docs | |
| parent | target-ppc: Disentangle pte_check() (diff) | |
| download | qemu-c69b6151e7f242b02f261f321c392e5ef933176f.tar.gz qemu-c69b6151e7f242b02f261f321c392e5ef933176f.tar.xz qemu-c69b6151e7f242b02f261f321c392e5ef933176f.zip | |
target-ppc: Disentangle find_pte()
32-bit and 64-bit hash MMU implementations currently share a find_pte
function. This results in a whole bunch of ugly conditionals in the shared
function, and not all that much actually shared code.
This patch separates out the 32-bit and 64-bit versions, putting then
in mmu-hash64.c and mmu-has32.c, and removes the conditionals from
both versions.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions
