objtool: Add bcachefs noreturns
authorKent Overstreet <kent.overstreet@linux.dev>
Sun, 10 Sep 2023 00:56:00 +0000 (20:56 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Thu, 19 Oct 2023 18:58:29 +0000 (14:58 -0400)
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
tools/objtool/noreturns.h

index e45c7cb1d5bcdcf40627dc0cfa526707ffc0a431..e92f67383dde5d2fe62620db778bbf80f28809d3 100644 (file)
@@ -14,6 +14,8 @@ NORETURN(__stack_chk_fail)
 NORETURN(__ubsan_handle_builtin_unreachable)
 NORETURN(arch_call_rest_init)
 NORETURN(arch_cpu_idle_dead)
+NORETURN(bch2_trans_in_restart_error)
+NORETURN(bch2_trans_restart_error)
 NORETURN(cpu_bringup_and_idle)
 NORETURN(cpu_startup_entry)
 NORETURN(do_exit)