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 b94f3541f67b..c96140210d1c 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -1294,6 +1294,11 @@ struct task_struct { | |||
1294 | /* Protection of (de-)allocation: mm, files, fs, tty, keyrings */ | 1294 | /* Protection of (de-)allocation: mm, files, fs, tty, keyrings */ |
1295 | spinlock_t alloc_lock; | 1295 | spinlock_t alloc_lock; |
1296 | 1296 | ||
1297 | #ifdef CONFIG_GENERIC_HARDIRQS | ||
1298 | /* IRQ handler threads */ | ||
1299 | struct irqaction *irqaction; | ||
1300 | #endif | ||
1301 | |||
1297 | /* Protection of the PI data structures: */ | 1302 | /* Protection of the PI data structures: */ |
1298 | spinlock_t pi_lock; | 1303 | spinlock_t pi_lock; |
1299 | 1304 | ||