KVM: PPC: E500: Split host and guest MMU parts
authorAlexander Graf <agraf@suse.de>
Fri, 11 Jan 2013 14:22:45 +0000 (15:22 +0100)
committerAlexander Graf <agraf@suse.de>
Thu, 24 Jan 2013 18:23:31 +0000 (19:23 +0100)
This patch splits the file e500_tlb.c into e500_mmu.c (guest TLB handling)
and e500_mmu_host.c (host TLB handling).

The main benefit of this split is readability and maintainability. It's
just a lot harder to write dirty code :).

Signed-off-by: Alexander Graf <agraf@suse.de>

No differences found