Re: [PATCH] x86/unwind/orc: Move ORC sorting variables under CONFIG_MODULE

2020-04-28 Thread Josh Poimboeuf
On Tue, Apr 28, 2020 at 02:16:43AM -0500, Josh Poimboeuf wrote: > Fix the following warnings seen with !CONFIG_MODULE: s/MODULE/MODULES/ here and $SUBJECT. -- Josh

[PATCH] x86/unwind/orc: Move ORC sorting variables under CONFIG_MODULE

2020-04-28 Thread Josh Poimboeuf
Fix the following warnings seen with !CONFIG_MODULE: arch/x86/kernel/unwind_orc.c:29:26: warning: 'cur_orc_table' defined but not used [-Wunused-variable] 29 | static struct orc_entry *cur_orc_table = __start_orc_unwind; | ^ arch/x86/kernel/un