Searched hist:"251585 b5d02152973dbc24c803ca322bb977d4a2" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/powerpc/kvm/ |
H A D | book3s_32_mmu_host.c | diff 251585b5d02152973dbc24c803ca322bb977d4a2 Mon Apr 19 19:49:53 CDT 2010 Alexander Graf <agraf@suse.de> KVM: PPC: Find HTAB ourselves
For KVM we need to find the location of the HTAB. We can either rely on internal data structures of the kernel or ask the hardware.
Ben issued complaints about the internal data structure method, so let's switch it to our own inquiry of the HTAB. Now we're fully independend :-).
CC: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Avi Kivity <avi@redhat.com>
|