Re: [PATCH] smp: kernel/panic.c - silence warnings

2021-03-16 Thread heying (H)
Dear Christophe and Randy, You both are so nice. Thank you for your reply. 在 2021/3/16 14:58, Christophe Leroy 写道: Le 16/03/2021 à 07:35, heying (H) a écrit : Thanks for your reply. 在 2021/3/16 13:15, Randy Dunlap 写道: On 3/15/21 9:08 PM, He Ying wrote: We found these warnings in

Re: [PATCH] smp: kernel/panic.c - silence warnings

2021-03-16 Thread Christophe Leroy
Le 16/03/2021 à 07:35, heying (H) a écrit : Thanks for your reply. 在 2021/3/16 13:15, Randy Dunlap 写道: On 3/15/21 9:08 PM, He Ying wrote: We found these warnings in kernel/panic.c by using sparse tool: warning: symbol 'panic_smp_self_stop' was not declared. warning: symbol

Re: [PATCH] smp: kernel/panic.c - silence warnings

2021-03-16 Thread heying (H)
Thanks for your reply. 在 2021/3/16 13:15, Randy Dunlap 写道: On 3/15/21 9:08 PM, He Ying wrote: We found these warnings in kernel/panic.c by using sparse tool: warning: symbol 'panic_smp_self_stop' was not declared. warning: symbol 'nmi_panic_self_stop' was not declared. warning: symbol

Re: [PATCH] smp: kernel/panic.c - silence warnings

2021-03-15 Thread Randy Dunlap
On 3/15/21 9:08 PM, He Ying wrote: > We found these warnings in kernel/panic.c by using sparse tool: > warning: symbol 'panic_smp_self_stop' was not declared. > warning: symbol 'nmi_panic_self_stop' was not declared. > warning: symbol 'crash_smp_send_stop' was not declared. > > To avoid them, add

[PATCH] smp: kernel/panic.c - silence warnings

2021-03-15 Thread He Ying
We found these warnings in kernel/panic.c by using sparse tool: warning: symbol 'panic_smp_self_stop' was not declared. warning: symbol 'nmi_panic_self_stop' was not declared. warning: symbol 'crash_smp_send_stop' was not declared. To avoid them, add declarations for these three functions in