objtool: Add rewind_stack_do_exit() to the noreturn list
authorJosh Poimboeuf <jpoimboe@redhat.com>
Thu, 4 Apr 2019 17:17:35 +0000 (12:17 -0500)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 5 Apr 2019 11:30:51 +0000 (13:30 +0200)
commit4fa5ecda2bf96be7464eb406df8aba9d89260227
tree12d7e0a1e7d03c8fc68316be8e777105003aab4d
parenta0fe2c6479aab5723239b315ef1b552673f434a3
objtool: Add rewind_stack_do_exit() to the noreturn list

This fixes the following warning seen on GCC 7.3:

  arch/x86/kernel/dumpstack.o: warning: objtool: oops_end() falls through to next function show_regs()

Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: https://lkml.kernel.org/r/3418ebf5a5a9f6ed7e80954c741c0b904b67b5dc.1554398240.git.jpoimboe@redhat.com
tools/objtool/check.c