From: Konrad Rzeszutek Wilk Date: Wed, 10 Oct 2012 17:30:47 +0000 (-0400) Subject: xen/bootup: allow read_tscp call for Xen PV guests. X-Git-Tag: v3.7-rc1~33^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd0608e71e9757f4dae35bcfb4e88f4d1a03a8ab;p=pandora-kernel.git xen/bootup: allow read_tscp call for Xen PV guests. The hypervisor will trap it. However without this patch, we would crash as the .read_tscp is set to NULL. This patch fixes it and sets it to the native_read_tscp call. CC: stable@vger.kernel.org Signed-off-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed