|
@@ -70,6 +70,7 @@ static bool tick_check_broadcast_device(struct clock_event_device *curdev,
|
|
struct clock_event_device *newdev)
|
|
struct clock_event_device *newdev)
|
|
{
|
|
{
|
|
if ((newdev->features & CLOCK_EVT_FEAT_DUMMY) ||
|
|
if ((newdev->features & CLOCK_EVT_FEAT_DUMMY) ||
|
|
|
|
+ (newdev->features & CLOCK_EVT_FEAT_PERCPU) ||
|
|
(newdev->features & CLOCK_EVT_FEAT_C3STOP))
|
|
(newdev->features & CLOCK_EVT_FEAT_C3STOP))
|
|
return false;
|
|
return false;
|
|
|
|
|