From: Martin Schwidefsky Date: Mon, 20 Jul 2015 08:01:46 +0000 (+0200) Subject: s390: adapt entry.S to the move of thread_struct X-Git-Tag: omap-for-v4.3/fixes-merge-window~212^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3827ec3d8fd51aef8352b0282b14f0f3ab615930;p=pandora-kernel.git s390: adapt entry.S to the move of thread_struct git commit 0c8c0f03e3a292e031596484275c14cf39c0ab7a "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: Martin Schwidefsky --- Reading git-diff-tree failed