diff options
Diffstat (limited to 'drivers/clocksource/timer-atcpit100.c')
| -rw-r--r-- | drivers/clocksource/timer-atcpit100.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/clocksource/timer-atcpit100.c b/drivers/clocksource/timer-atcpit100.c index 5e23d7b4a722..b4bd2f5b801d 100644 --- a/drivers/clocksource/timer-atcpit100.c +++ b/drivers/clocksource/timer-atcpit100.c @@ -185,7 +185,7 @@ static struct timer_of to = {  		.set_state_oneshot = atcpit100_clkevt_set_oneshot,  		.tick_resume = atcpit100_clkevt_shutdown,  		.set_next_event = atcpit100_clkevt_next_event, -		.cpumask = cpu_all_mask, +		.cpumask = cpu_possible_mask,  	},  	.of_irq = { |