Skip to content
Commit 2a2d31c8 authored by Shaohua Li's avatar Shaohua Li Committed by Len Brown
Browse files

intel_idle: open broadcast clock event



Intel_idle driver uses CLOCK_EVT_NOTIFY_BROADCAST_ENTER
CLOCK_EVT_NOTIFY_BROADCAST_EXIT
for broadcast clock events. The _ENTER/_EXIT doesn't really open broadcast clock
events, please see processor_idle.c for an example. In some situation, this will
cause boot hang, because some CPUs enters idle but local APIC timer stalls.

Reported-and-tested-by: default avatarYan Zheng <zheng.z.yan@intel.com>
Signed-off-by: default avatarShaohua Li <shaohua.li@intel.com>
cc: stable@kernel.org
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent 53920837
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment