x86: Time rendezvous function does not need to disable/enable IRQs.
authorKeir Fraser <keir.fraser@citrix.com>
Mon, 25 Aug 2008 13:03:42 +0000 (14:03 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Mon, 25 Aug 2008 13:03:42 +0000 (14:03 +0100)
commit84cc74d90ff496581636b70d480916d3668c4533
tree46c48c8480f18d5c3f25b8b3094ec18012ec0a5b
parent64a86b092fc85d1ca0e1b44f5abe6ad6bd76831f
x86: Time rendezvous function does not need to disable/enable IRQs.
Since rendezvous happens within the IPI handler, no need to specify
'wait' to on_each_cpu().

Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
xen/arch/x86/time.c