Skip to content
Commit 3827ec3d authored by Martin Schwidefsky's avatar Martin Schwidefsky
Browse files

s390: adapt entry.S to the move of thread_struct

git commit 0c8c0f03


"x86/fpu, sched: Dynamically allocate 'struct fpu'"
moved the thread_struct to the end of the task_struct.

This causes some of the offsets used in entry.S to overflow their
instruction operand field. To fix this  use aghi to create a
dedicated pointer for the thread_struct.

Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent 52721d9d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment