commit | 95ff7cde91f5513ebc95ccf0cd482f07dc3454e4 | [log] [tgz] |
---|---|---|
author | K. Y. Srinivasan <kys@microsoft.com> | Sat Aug 27 11:31:31 2011 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Aug 29 11:05:30 2011 -0700 |
tree | 4d549735e883230f008ec2302aac23b7ba100a48 | |
parent | ae2a0b42bfe6e7eb9251bfb05f7a03008df446a8 [diff] |
Staging: hv: util: Adjust guest time in a process context The current code was adjusting guest time in interrupt context; do this in process context since we may have to initiate cross-processor interrupts as part of setting time. Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>