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:
0604675
)
KVM: PPC: Extract MMU init
author
Alexander Graf
<agraf@suse.de>
Thu, 15 Apr 2010 22:11:45 +0000
(
00:11
+0200)
committer
Avi Kivity
<avi@redhat.com>
Mon, 17 May 2010 09:18:34 +0000
(12:18 +0300)
The host shadow mmu code needs to get initialized. It needs to fetch a
segment it can use to put shadow PTEs into.
That initialization code was in generic code, which is icky. Let's move
it over to the respective MMU file.
Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Avi Kivity <avi@redhat.com>
No differences found