From: Marcelo Tosatti Date: Wed, 28 Nov 2012 01:28:48 +0000 (-0200) Subject: x86: kvmclock: allocate pvclock shared memory area X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~27^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7069ed67635b8d574541af426d752cd7fbd465a6;p=pandora-kernel.git x86: kvmclock: allocate pvclock shared memory area We want to expose the pvclock shared memory areas, which the hypervisor periodically updates, to userspace. For a linear mapping from userspace, it is necessary that entire page sized regions are used for array of pvclock structures. There is no such guarantee with per cpu areas, therefore move to memblock_alloc based allocation. Acked-by: Glauber Costa Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed