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:
06f6652
)
linux/interrupt.h: remove the definition of unused tasklet_hi_enable
author
Quentin Lambert
<
[email protected]
>
Fri, 12 Dec 2014 12:36:54 +0000
(13:36 +0100)
committer
David S. Miller
<
[email protected]
>
Fri, 12 Dec 2014 20:15:41 +0000
(15:15 -0500)
Signed-off-by: Quentin Lambert <
[email protected]
>
Signed-off-by: Valentin Rothberg <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
include/linux/interrupt.h
patch
|
blob
|
history
diff --git
a/include/linux/interrupt.h
b/include/linux/interrupt.h
index 69517a24bc50678e4f2d69d931b9586cb76a9b69..d9b05b5bf8c7954f63ace548e0a6348f5fa0e327 100644
(file)
--- a/
include/linux/interrupt.h
+++ b/
include/linux/interrupt.h
@@
-556,12
+556,6
@@
static inline void tasklet_enable(struct tasklet_struct *t)
atomic_dec(&t->count);
}
-static inline void tasklet_hi_enable(struct tasklet_struct *t)
-{
- smp_mb__before_atomic();
- atomic_dec(&t->count);
-}
-
extern void tasklet_kill(struct tasklet_struct *t);
extern void tasklet_kill_immediate(struct tasklet_struct *t, unsigned int cpu);
extern void tasklet_init(struct tasklet_struct *t,