commit | b8e9cc20b808e26329090c19ff80b7f5098e98ff | [log] [tgz] |
---|---|---|
author | Ilya Leoshkevich <iii@linux.ibm.com> | Fri Jul 02 15:54:55 2021 +0200 |
committer | Vasily Gorbik <gor@linux.ibm.com> | Thu Jul 08 15:37:27 2021 +0200 |
tree | b33d3207fc1d8a90ee8e53e8c5b84bb728613ded | |
parent | 1f0d22defd59f603d63ba51483eeb8d72726ce8b [diff] |
s390/traps: do not test MONITOR CALL without CONFIG_BUG tinyconfig fails to boot, because without CONFIG_BUG report_bug() always returns BUG_TRAP_TYPE_BUG, which causes mc 0,0 in test_monitor_call() to panic. Fix by skipping the test without CONFIG_BUG. Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com> Reviewed-by: Heiko Carstens <hca@linux.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>