Files
android_kernel_xiaomi_sm8450/arch/s390/kernel
Heiko Carstens 3241d3eb7d s390: rework __switch_to() to allow larger task_struct offsets
If GCC_PLUGIN_RANDSTRUCT is enabled the members of task_struct will be
shuffled around. The offsets of the "pid" and "stack" members within
task_struct may not necessarily fit into 12 bits anymore, which causes
compile errors within __switch_to, since instructions are used, which
only have a 12 bit displacement field.

Therefore rework __switch_to, to allow for larger offsets.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2017-11-20 08:51:01 +01:00
..
2012-05-16 14:42:41 +02:00
2017-10-18 14:11:29 +02:00
2017-11-08 09:47:54 +01:00
2017-11-14 22:08:08 +01:00
2017-10-09 11:15:36 +02:00