Skip to content

Commit a67e408

Browse files
Sebastian Andrzej SiewiorKAGA-KOKO
authored andcommitted
hrtimer: Add kernel doc annotation for HRTIMER_MODE_HARD
Add kernel doc annotation for HRTIMER_MODE_HARD. Fixes: ae6683d ("hrtimer: Introduce HARD expiry mode") Signed-off-by: Sebastian Andrzej Siewior <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
1 parent 41cfe2a commit a67e408

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/linux/hrtimer.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ struct hrtimer_cpu_base;
3232
* when starting the timer)
3333
* HRTIMER_MODE_SOFT - Timer callback function will be executed in
3434
* soft irq context
35+
* HRTIMER_MODE_HARD - Timer callback function will be executed in
36+
* hard irq context even on PREEMPT_RT.
3537
*/
3638
enum hrtimer_mode {
3739
HRTIMER_MODE_ABS = 0x00,

0 commit comments

Comments
 (0)