projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2272b0e
)
[PATCH] hrtimers: fix HRTIMER_CB_IRQSAFE_NO_SOFTIRQ description
author
Andres Salomon
<
[email protected]
>
Tue, 6 Mar 2007 09:42:06 +0000
(
01:42
-0800)
committer
Linus Torvalds
<
[email protected]
>
Tue, 6 Mar 2007 17:30:24 +0000
(09:30 -0800)
The description for HRTIMER_CB_IRQSAFE_NO_SOFTIRQ is backwards; "NO
SOFTIRQ" sounds a whole lot like it means it must not be run in a softirq.
Signed-off-by: Andres Salomon <
[email protected]
>
Acked-by: Thomas Gleixner <
[email protected]
>
Acked-by: Ingo Molnar <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
include/linux/hrtimer.h
patch
|
blob
|
history
diff --git
a/include/linux/hrtimer.h
b/include/linux/hrtimer.h
index 3bef961b58b1e40557c806accae3c805f9398464..b9f163ddacc38065f3c22ae60a9cb25e924aa274 100644
(file)
--- a/
include/linux/hrtimer.h
+++ b/
include/linux/hrtimer.h
@@
-47,7
+47,7
@@
enum hrtimer_restart {
* HRTIMER_CB_IRQSAFE: Callback may run in hardirq context
* HRTIMER_CB_IRQSAFE_NO_RESTART: Callback may run in hardirq context and
* does not restart the timer
- * HRTIMER_CB_IRQSAFE_NO_SOFTIRQ: Callback must run in
soft
irq context
+ * HRTIMER_CB_IRQSAFE_NO_SOFTIRQ: Callback must run in
hard
irq context
* Special mode for tick emultation
*/
enum hrtimer_cb_mode {