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 1d8f657 commit 9d05c18Copy full SHA for 9d05c18
drivers/clocksource/timer-riscv.c
@@ -56,7 +56,7 @@ static unsigned long long riscv_clocksource_rdtime(struct clocksource *cs)
56
return get_cycles64();
57
}
58
59
-static u64 riscv_sched_clock(void)
+static u64 notrace riscv_sched_clock(void)
60
{
61
62
0 commit comments