···7474/* how to get the thread information struct from C */7575static inline struct thread_info *current_thread_info(void)7676{7777- return (struct thread_info *)(S390_lowcore.kernel_stack - THREAD_SIZE);7777+ return (struct thread_info *) S390_lowcore.thread_info;7878}79798080#define THREAD_SIZE_ORDER THREAD_ORDER