From: Alexander Graf Date: Thu, 15 Apr 2010 22:11:45 +0000 (+0200) Subject: KVM: PPC: Extract MMU init X-Git-Tag: v2.6.35-rc1~436^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9cc5e9538ab7cbbfb1d7263373d2f58ab2af2bad;p=pandora-kernel.git KVM: PPC: Extract MMU init 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 Signed-off-by: Avi Kivity --- Reading git-diff-tree failed