diff options
Diffstat (limited to 'include/linux/interrupt.h')
| -rw-r--r-- | include/linux/interrupt.h | 9 | 
1 files changed, 5 insertions, 4 deletions
diff --git a/include/linux/interrupt.h b/include/linux/interrupt.h index 950ae4501826..be7e75c945e9 100644 --- a/include/linux/interrupt.h +++ b/include/linux/interrupt.h  | |||
| @@ -413,7 +413,8 @@ enum | |||
| 413 | BLOCK_IOPOLL_SOFTIRQ, | 413 | BLOCK_IOPOLL_SOFTIRQ, | 
| 414 | TASKLET_SOFTIRQ, | 414 | TASKLET_SOFTIRQ, | 
| 415 | SCHED_SOFTIRQ, | 415 | SCHED_SOFTIRQ, | 
| 416 | HRTIMER_SOFTIRQ, | 416 | HRTIMER_SOFTIRQ, /* Unused, but kept as tools rely on the | 
| 417 | numbering. Sigh! */ | ||
| 417 | RCU_SOFTIRQ, /* Preferable RCU should always be the last softirq */ | 418 | RCU_SOFTIRQ, /* Preferable RCU should always be the last softirq */ | 
| 418 | 419 | ||
| 419 | NR_SOFTIRQS | 420 | NR_SOFTIRQS | 
| @@ -592,10 +593,10 @@ tasklet_hrtimer_init(struct tasklet_hrtimer *ttimer, | |||
| 592 | clockid_t which_clock, enum hrtimer_mode mode); | 593 | clockid_t which_clock, enum hrtimer_mode mode); | 
| 593 | 594 | ||
| 594 | static inline | 595 | static inline | 
| 595 | int tasklet_hrtimer_start(struct tasklet_hrtimer *ttimer, ktime_t time, | 596 | void tasklet_hrtimer_start(struct tasklet_hrtimer *ttimer, ktime_t time, | 
| 596 | const enum hrtimer_mode mode) | 597 | const enum hrtimer_mode mode) | 
| 597 | { | 598 | { | 
| 598 | return hrtimer_start(&ttimer->timer, time, mode); | 599 | hrtimer_start(&ttimer->timer, time, mode); | 
| 599 | } | 600 | } | 
| 600 | 601 | ||
| 601 | static inline | 602 | static inline | 
