We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae460fd commit 8818378Copy full SHA for 8818378
drivers/clocksource/exynos_mct.c
@@ -465,7 +465,8 @@ static int exynos4_mct_starting_cpu(unsigned int cpu)
465
evt->set_state_oneshot = set_state_shutdown;
466
evt->set_state_oneshot_stopped = set_state_shutdown;
467
evt->tick_resume = set_state_shutdown;
468
- evt->features = CLOCK_EVT_FEAT_PERIODIC | CLOCK_EVT_FEAT_ONESHOT;
+ evt->features = CLOCK_EVT_FEAT_PERIODIC | CLOCK_EVT_FEAT_ONESHOT |
469
+ CLOCK_EVT_FEAT_PERCPU;
470
evt->rating = MCT_CLKEVENTS_RATING,
471
472
exynos4_mct_write(TICK_BASE_CNT, mevt->base + MCT_L_TCNTB_OFFSET);
0 commit comments