x86/boot: turn the selftests ASSERT into a warning
authorStefano Stabellini <sstabellini@kernel.org>
Fri, 26 Jan 2018 17:19:31 +0000 (09:19 -0800)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 26 Jan 2018 18:28:47 +0000 (18:28 +0000)
commitb03e568ea9eb609f85a0a496c83a5f27ce18498e
treec2f3bc4d49999dea452af76c56706387fd59e25c
parent510414bd5a65a239912c12482102073ca8cf7424
x86/boot: turn the selftests ASSERT into a warning

On selftests failure, print a very visible warning instead of crashing
over an ASSERT.

Signed-off-by: Stefano Stabellini <sstabellini@kernel.org>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
Adjust to print extra information in the case of a failure

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/extable.c