From: Konrad Rzeszutek Wilk Date: Tue, 4 Jun 2013 21:13:29 +0000 (-0400) Subject: xen/time: Free onlined per-cpu data structure if we want to online it again. X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~23^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09e99da766a6a701eb4d72004872d1144291d53b;p=pandora-kernel.git xen/time: Free onlined per-cpu data structure if we want to online it again. If the per-cpu time data structure has been onlined already and we are trying to online it again, then free the previous copy before blindly over-writting it. A developer naturally should not call this function multiple times but just in case. Signed-off-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed