diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 483ea4e1accf..c30d174a02fa 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -2087,6 +2087,10 @@ static inline void migration_init(void) | |||
2087 | } | 2087 | } |
2088 | #endif | 2088 | #endif |
2089 | 2089 | ||
2090 | #ifndef TASK_SIZE_OF | ||
2091 | #define TASK_SIZE_OF(tsk) TASK_SIZE | ||
2092 | #endif | ||
2093 | |||
2090 | #endif /* __KERNEL__ */ | 2094 | #endif /* __KERNEL__ */ |
2091 | 2095 | ||
2092 | #endif | 2096 | #endif |