diff --git a/include/linux/sched.h b/include/linux/sched.h index 9d4aa7f95bc8a9172b021f5d1c5137290f51c336..27122575d9026d13630dac584e6b4e9becc86e55 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -886,8 +886,10 @@ struct task_struct { - initialized normally by flush_old_exec */ /* file system info */ int link_count, total_link_count; +#ifdef CONFIG_SYSVIPC /* ipc stuff */ struct sysv_sem sysvsem; +#endif /* CPU-specific state of this task */ struct thread_struct thread; /* filesystem information */