mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
When debug preempt or preempt tracer is enabled, preempt_count_add/sub()
can be traced by function and function graph tracing, and
preempt_disable/enable() would call preempt_count_add/sub(), so in Ftrace
subsystem we should use preempt_disable/enable_notrace instead.
In the commit
|
||
|---|---|---|
| .. | ||
| asm | ||
| uapi/asm | ||