commit | cd0608e71e9757f4dae35bcfb4e88f4d1a03a8ab | [log] [tgz] |
---|---|---|
author | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Wed Oct 10 13:30:47 2012 -0400 |
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Fri Oct 12 08:48:58 2012 -0400 |
tree | cb355f8337a3daab7f6109abe69966de68a1a9f8 | |
parent | 34b6f01a79bd65fbd06511d2cb7b28e33a506246 [diff] |
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 <konrad.wilk@oracle.com>