Re: [RFC PATCH v6 0/7] Speed booting by sorting ORC unwind tables at build time
From: Ingo Molnar
Date: Fri Dec 13 2019 - 05:02:51 EST
* Shile Zhang <shile.zhang@xxxxxxxxxxxxxxxxx> wrote:
> Hi,
>
> Sorry, update for compile error fix, reported by Intel's kbuild test robot.
> Any comments or suggestions are welcome!
Could you please send a delta patch to fix these new build warnings on
64-bit allnoconfig kernels:
arch/x86/kernel/unwind_orc.c:210:12: warning: âorc_sort_cmpâ defined but not used [-Wunused-function]
arch/x86/kernel/unwind_orc.c:190:13: warning: âorc_sort_swapâ defined but not used [-Wunused-function]
Thanks,
Ingo