• Helge Deller's avatar
    parisc: Move thread_info into task struct · 2214c0e7
    Helge Deller authored
    This implements the CONFIG_THREAD_INFO_IN_TASK option.
    
    With this change:
    - before thread_info was part of the stack and located at the beginning of the stack
    - now the thread_info struct is moved and located inside the task_struct structure
    - the stack is allocated and handled like the major other platforms
    - drop the cpu field of thread_info and use instead the one in task_struct
    Signed-off-by: default avatarHelge Deller <deller@gmx.de>
    Signed-off-by: default avatarSven Schnelle <svens@stackframe.org>
    2214c0e7
syscall.S 26.2 KB