Heiko Carstens
29b06ad7e8
s390/entry: remove broken and not needed code
...
LLVM's integrated assembler reports the following error when compiling
entry.S:
<instantiation>:38:5: error: unknown token in expression
tm %r8,0x0001 # coming from user space?
The correct instruction would have been tmhh instead of tm.
The current code is doing nothing, since (with gas) it get's
translated to a tm instruction which reads from real address 8, which
again contains always zero, and therefore the conditional code is
never executed.
Note that due to the missing displacement gas translates "%r8" into
"8(%r0)".
Also code inspection reveals that this conditional code is not needed.
Therefore remove it.
Reviewed-by: Sven Schnelle <svens@linux.ibm.com >
Reviewed-by: Alexander Gordeev <agordeev@linux.ibm.com >
Signed-off-by: Heiko Carstens <hca@linux.ibm.com >
2022-05-06 20:45:15 +02:00
..
2022-03-31 12:03:46 +09:00
2021-11-16 12:29:19 +01:00
2021-11-16 12:29:19 +01:00
2020-03-25 11:50:48 +01:00
2021-10-11 20:55:58 +02:00
2022-03-10 15:58:17 +01:00
2021-10-01 16:52:48 -04:00
2017-11-02 11:10:55 +01:00
2022-03-08 00:33:00 +01:00
2022-03-10 15:58:17 +01:00
2021-10-01 16:52:48 -04:00
2019-01-18 09:33:18 +01:00
2022-05-06 20:45:15 +02:00
2017-11-02 11:10:55 +01:00
2022-03-08 00:33:01 +01:00
2021-10-26 15:21:28 +02:00
2022-02-09 22:56:04 +01:00
2021-08-25 11:03:35 +02:00
2022-03-08 00:33:00 +01:00
2021-12-16 19:58:07 +01:00
2021-12-13 12:04:45 -06:00
2020-09-21 08:08:44 +02:00
2022-03-08 00:33:00 +01:00
2018-08-23 18:48:43 -07:00
2022-03-08 00:33:00 +01:00
2022-05-06 20:45:15 +02:00
2021-01-19 12:29:26 +01:00
2022-03-10 15:58:17 +01:00
2022-03-10 15:58:17 +01:00
2017-11-13 11:47:01 -08:00
2022-02-06 23:31:29 +01:00
2021-03-08 10:46:27 +01:00
2019-04-29 10:44:03 +02:00
2021-07-27 09:39:13 +02:00
2022-03-27 22:18:39 +02:00
2022-04-27 12:53:34 +02:00
2021-10-11 20:55:58 +02:00
2019-01-28 15:58:55 +01:00
2019-09-10 13:27:51 +01:00
2019-08-19 21:54:15 -07:00
2020-10-09 23:45:30 +02:00
2022-03-27 22:18:39 +02:00
2022-02-06 23:31:29 +01:00
2021-12-10 16:12:34 +01:00
2020-05-20 10:13:27 +02:00
2022-04-25 13:54:12 +02:00
2022-03-10 15:58:17 +01:00
2022-03-10 15:58:17 +01:00
2022-03-25 10:21:20 -07:00
2022-02-06 23:31:29 +01:00
2022-03-10 15:58:17 +01:00
2021-10-26 15:21:29 +02:00
2022-03-22 15:57:10 -07:00
2022-03-27 22:18:39 +02:00
2022-01-17 14:13:08 +01:00
2022-01-17 14:13:08 +01:00
2022-03-10 15:58:17 +01:00
2022-01-17 14:13:08 +01:00
2021-04-22 13:32:39 +01:00
2020-11-09 18:12:34 +01:00
2021-12-16 19:58:06 +01:00
2022-04-06 13:08:50 +02:00
2022-03-28 17:29:53 -07:00
2019-05-02 13:54:11 +02:00
2022-04-25 13:54:12 +02:00
2020-08-17 13:17:10 +02:00
2022-04-25 13:54:13 +02:00
2022-03-28 17:29:53 -07:00
2022-03-27 22:18:39 +02:00
2022-02-06 23:31:29 +01:00
2021-06-18 16:41:22 +02:00
2021-10-26 15:21:29 +02:00
2022-03-08 00:33:00 +01:00
2022-03-08 00:33:00 +01:00
2021-03-25 21:57:26 +01:00
2022-02-06 23:31:29 +01:00
2020-04-22 16:20:55 +02:00
2022-03-27 22:18:38 +02:00
2022-03-27 22:18:39 +02:00
2022-03-10 15:58:17 +01:00
2021-12-16 19:58:07 +01:00
2022-04-25 13:54:15 +02:00
2022-03-08 00:33:01 +01:00
2022-03-10 15:58:17 +01:00