s390: add missing arch_release_task_struct() declaration
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
parent
3ddb1b7578
commit
2a5e91c3ac
@ -61,6 +61,8 @@ static inline struct thread_info *current_thread_info(void)
|
||||
return (struct thread_info *) S390_lowcore.thread_info;
|
||||
}
|
||||
|
||||
void arch_release_task_struct(struct task_struct *tsk);
|
||||
|
||||
#define THREAD_SIZE_ORDER THREAD_ORDER
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user