]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
objtool: Add xen_start_kernel() to noreturn list
authorJosh Poimboeuf <jpoimboe@redhat.com>
Thu, 21 Jan 2021 21:29:25 +0000 (15:29 -0600)
committerJosh Poimboeuf <jpoimboe@redhat.com>
Tue, 26 Jan 2021 17:12:00 +0000 (11:12 -0600)
commitc26acfbbfbc2ae4167e33825793e85e1a53058d8
tree70a4d98db5565cd4fe82caa16a035ea70cf99373
parentb735bd3e68824316655252a931a3353a6ebc036f
objtool: Add xen_start_kernel() to noreturn list

xen_start_kernel() doesn't return.  Annotate it as such so objtool can
follow the code flow.

Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
Link: https://lore.kernel.org/r/930deafa89256c60b180442df59a1bbae48f30ab.1611263462.git.jpoimboe@redhat.com
tools/objtool/check.c