diff options
author | Arnd Bergmann <[email protected]> | 2023-07-25 15:48:33 +0200 |
---|---|---|
committer | Borislav Petkov (AMD) <[email protected]> | 2023-07-31 11:32:25 +0200 |
commit | ac1c6283c45a77431af33fbae435f1a29f23a9f4 (patch) | |
tree | f75b9e19b341abf08d661f083201dd6488ff90eb /lib/test_fortify/write_overflow-strncpy-src.c | |
parent | 566ffa3ae9649f7aa1debcf559ee7e26ed4a110f (diff) |
x86/apic: Hide unused safe_smp_processor_id() on 32-bit UP
When CONFIG_SMP is disabled in a 32-bit config, the prototype for
safe_smp_processor_id() is hidden, which causes a W=1 warning:
arch/x86/kernel/apic/ipi.c:316:5: error: no previous prototype for 'safe_smp_processor_id' [-Werror=missing-prototypes]
Since there are no callers in this configuration, just hide the definition
as well.
[ bp: Clarify it is a 32-bit config. ]
Signed-off-by: Arnd Bergmann <[email protected]>
Signed-off-by: Borislav Petkov (AMD) <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'lib/test_fortify/write_overflow-strncpy-src.c')
0 files changed, 0 insertions, 0 deletions