diff options
author | Mark Rutland <[email protected]> | 2013-02-08 15:24:07 +0000 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2013-02-12 20:22:28 +0100 |
commit | 5d1d9a29bc0772abee765f09513779a2ef0ebbfd (patch) | |
tree | 7905268873812518cf4f6196f2100e5224733f22 /kernel/posix-cpu-timers.c | |
parent | 12ad10004645d38356b14d1fbba379c523a61916 (diff) |
clockevents: Fix generic broadcast for FEAT_C3STOP
Commit 12ad100046: "clockevents: Add generic timer broadcast function"
made tick_device_uses_broadcast set up the generic broadcast function
for dummy devices (where !tick_device_is_functional(dev)), but neglected
to set up the broadcast function for devices that stop in low power
states (with the CLOCK_EVT_FEAT_C3STOP flag).
When these devices enter low power states they will not have the generic
broadcast function assigned, and will bring down the system when an
attempt is made to broadcast to them.
This patch ensures that the broadcast function is also assigned for
devices which require broadcast in low power states.
Reported-by: Stephen Warren <[email protected]>
Signed-off-by: Mark Rutland <[email protected]>
Tested-by: Stephen Warren <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Thomas Gleixner <[email protected]>
Diffstat (limited to 'kernel/posix-cpu-timers.c')
0 files changed, 0 insertions, 0 deletions