mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
Get rid of lkmc_assert_fail in favor of abort + assert
What was missing previously was implementing abort in baremetal. I had done that previously and forgotten to do this conversion!
This commit is contained in:
@@ -31,6 +31,6 @@ LKMC_VECTOR_TABLE
|
||||
LKMC_WEAK(lkmc_vector_trap_handler)
|
||||
ldr x0, =lkmc_vector_trap_handler_error
|
||||
bl puts
|
||||
bl lkmc_assert_fail
|
||||
bl abort
|
||||
lkmc_vector_trap_handler_error:
|
||||
.asciz "error: unexpected interrupt"
|
||||
|
||||
Reference in New Issue
Block a user