From: Aneesh Kumar K.V Date: Tue, 2 Jul 2013 05:45:17 +0000 (+0530) Subject: powerpc/kvm: Contiguous memory allocator based RMA allocation X-Git-Tag: v3.12-rc1~143^2~5^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c45b810989d1c04194499d666f695d3f811965f;p=pandora-kernel.git powerpc/kvm: Contiguous memory allocator based RMA allocation Older version of power architecture use Real Mode Offset register and Real Mode Limit Selector for mapping guest Real Mode Area. The guest RMA should be physically contigous since we use the range when address translation is not enabled. This patch switch RMA allocation code to use contigous memory allocator. The patch also remove the the linear allocator which not used any more Acked-by: Paul Mackerras Signed-off-by: Aneesh Kumar K.V Signed-off-by: Alexander Graf --- Reading git-diff-tree failed