KVM: PPC: E500: Split host and guest MMU parts
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: NAlexander Graf <agraf@suse.de>
Showing
arch/powerpc/kvm/e500_mmu_host.c
0 → 100644
arch/powerpc/kvm/e500_mmu_host.h
0 → 100644
想要评论请 注册 或 登录