Files
android_kernel_xiaomi_sm8450/arch/s390/kernel
Heiko Carstens 46210c440c s390: have unique symbol for __switch_to address
After linking there are several symbols for the same address that the
__switch_to symbol points to. E.g.:

000000000089b9c0 T __kprobes_text_start
000000000089b9c0 T __lock_text_end
000000000089b9c0 T __lock_text_start
000000000089b9c0 T __sched_text_end
000000000089b9c0 T __switch_to

When disassembling with "objdump -d" this results in a missing
__switch_to function. It would be named __kprobes_text_start
instead. To unconfuse objdump add a nop in front of the kprobes text
section. That way __switch_to appears again.

Obviously this solution is sort of a hack, since it also depends on
link order if this works or not. However it is the best I can come up
with for now.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2016-07-04 09:25:22 +02:00
..
2016-06-28 09:32:39 +02:00
2016-06-28 09:32:39 +02:00
2012-05-16 14:42:41 +02:00
2015-06-25 09:39:26 +02:00
2011-01-05 12:47:31 +01:00
2016-06-15 16:37:11 +02:00
2016-06-28 09:33:00 +02:00
2016-06-13 15:58:20 +02:00
2016-05-10 13:24:51 +02:00
2016-03-08 10:38:06 +01:00
2015-03-25 11:49:33 +01:00
2016-06-13 15:58:26 +02:00
2016-06-13 15:58:24 +02:00
2016-06-28 09:32:39 +02:00
2016-06-13 15:58:21 +02:00
2015-03-25 11:49:33 +01:00
2016-06-13 15:58:23 +02:00
2015-03-25 11:49:33 +01:00
2016-06-13 15:58:21 +02:00
2016-02-11 13:05:56 +01:00
2016-05-10 13:24:51 +02:00