git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d98b3f
)
KVM: PPC: E500: Split host and guest MMU parts
author
Alexander Graf
<agraf@suse.de>
Fri, 11 Jan 2013 14:22:45 +0000
(15:22 +0100)
committer
Alexander 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