Skip to content

Commit eea8beb

Browse files
committed
Merge tag 'timers_urgent_for_v6.1_rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull timer fix from Borislav Petkov: - Revert a fix to RISC-V timers supposed to address an uncertainty whether clock events are received during S3 or not which locks up other RISC-V platforms. The issue will be fixed differently later. * tag 'timers_urgent_for_v6.1_rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: Revert "clocksource/drivers/riscv: Events are stopped during CPU suspend"
2 parents ae6bb71 + d9f15a9 commit eea8beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clocksource/timer-riscv.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ static int riscv_clock_next_event(unsigned long delta,
5151
static unsigned int riscv_clock_event_irq;
5252
static DEFINE_PER_CPU(struct clock_event_device, riscv_clock_event) = {
5353
.name = "riscv_timer_clockevent",
54-
.features = CLOCK_EVT_FEAT_ONESHOT | CLOCK_EVT_FEAT_C3STOP,
54+
.features = CLOCK_EVT_FEAT_ONESHOT,
5555
.rating = 100,
5656
.set_next_event = riscv_clock_next_event,
5757
};

0 commit comments

Comments
 (0)