commit | 09e99da766a6a701eb4d72004872d1144291d53b | [log] [tgz] |
---|---|---|
author | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Tue Jun 04 17:13:29 2013 -0400 |
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Mon Jun 10 08:43:37 2013 -0400 |
tree | cbf87ed10f6c64c7669ddd68e539e6d3b474e546 | |
parent | a05e2c371fbe73403793d126ceab93787cb4afd4 [diff] |
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 <konrad.wilk@oracle.com>