search for: handle_hpet_broadcast

Displaying 2 results from an estimated 2 matches for "handle_hpet_broadcast".

2008 Jul 16
1
[PATCH] Adjust handle_hpet_broadcast to let it run better before broadcast exit
Adjust handle_hpet_broadcast to let it run better before broadcast exit Since hpet_broadcast_exit has been moved after interrupt enabled in C3 case, so adjust the handler of hpet broadcast to adapt to this. Meanwhile, remove a freqently executed debug print line to simplify the serial output. Signed-off-by: Wei Gang <gang...
2011 Mar 28
0
[xen-unstable test] 6714: regressions - FAIL
...ock According to the (now getting removed) comment in struct hpet_event_channel, this was to prevent accessing a CPU''s timer_deadline after it got cleared from cpumask. This can be done without a lock altogether - hpet_broadcast_exit() can simply clear the bit, and handle_hpet_broadcast() can read timer_deadline before looking at the mask a second time (the cpumask bit was already found set by the surrounding loop). Signed-off-by: Jan Beulich <jbeulich@novell.com> Acked-by: Gang Wei <gang.wei@intel.com> (qemu changes not included) ______...