We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c94f071 commit 82e5747Copy full SHA for 82e5747
arch/x86/include/asm/apic.h
@@ -467,8 +467,6 @@ static inline unsigned default_get_apic_id(unsigned long x)
467
468
#ifdef CONFIG_X86_64
469
extern void apic_send_IPI_self(int vector);
470
-
471
-DECLARE_PER_CPU(int, x2apic_extra_bits);
472
#endif
473
474
extern void generic_bigsmp_probe(void);
arch/x86/kernel/apic/x2apic_uv_x.c
@@ -22,7 +22,7 @@
22
#include <asm/uv/uv.h>
23
#include <asm/apic.h>
24
25
-DEFINE_PER_CPU(int, x2apic_extra_bits);
+static DEFINE_PER_CPU(int, x2apic_extra_bits);
26
27
static enum uv_system_type uv_system_type;
28
static bool uv_hubless_system;
0 commit comments