From: Alexander Graf Date: Fri, 11 Jan 2013 14:22:45 +0000 (+0100) Subject: KVM: PPC: E500: Split host and guest MMU parts X-Git-Tag: v3.9-rc1~97^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b71c9e2fb72cf538aadbc59ea719639a1e2191fa;p=pandora-kernel.git 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: Alexander Graf --- Reading git-diff-tree failed