diff options
Diffstat (limited to 'include/linux/sched.h')
| -rw-r--r-- | include/linux/sched.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 46d680643f89..38b77b0f56e5 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
| @@ -1292,6 +1292,11 @@ struct task_struct { | |||
| 1292 | /* Protection of (de-)allocation: mm, files, fs, tty, keyrings */ | 1292 | /* Protection of (de-)allocation: mm, files, fs, tty, keyrings */ |
| 1293 | spinlock_t alloc_lock; | 1293 | spinlock_t alloc_lock; |
| 1294 | 1294 | ||
| 1295 | #ifdef CONFIG_GENERIC_HARDIRQS | ||
| 1296 | /* IRQ handler threads */ | ||
| 1297 | struct irqaction *irqaction; | ||
| 1298 | #endif | ||
| 1299 | |||
| 1295 | /* Protection of the PI data structures: */ | 1300 | /* Protection of the PI data structures: */ |
| 1296 | spinlock_t pi_lock; | 1301 | spinlock_t pi_lock; |
| 1297 | 1302 | ||
