Commit 82e57478 authored by Thomas Gleixner's avatar Thomas Gleixner

x86/apic/uv: Make x2apic_extra_bits static

Not used outside of the UV apic source.
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Acked-by: default avatarPeter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/20190722105219.725264153@linutronix.de
parent c94f0718
...@@ -467,8 +467,6 @@ static inline unsigned default_get_apic_id(unsigned long x) ...@@ -467,8 +467,6 @@ static inline unsigned default_get_apic_id(unsigned long x)
#ifdef CONFIG_X86_64 #ifdef CONFIG_X86_64
extern void apic_send_IPI_self(int vector); extern void apic_send_IPI_self(int vector);
DECLARE_PER_CPU(int, x2apic_extra_bits);
#endif #endif
extern void generic_bigsmp_probe(void); extern void generic_bigsmp_probe(void);
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#include <asm/uv/uv.h> #include <asm/uv/uv.h>
#include <asm/apic.h> #include <asm/apic.h>
DEFINE_PER_CPU(int, x2apic_extra_bits); static DEFINE_PER_CPU(int, x2apic_extra_bits);
static enum uv_system_type uv_system_type; static enum uv_system_type uv_system_type;
static bool uv_hubless_system; static bool uv_hubless_system;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment