x86/apic: Make apic_bsp_setup() static

No user outside of apic.c. Remove the stale and bogus function comment
while at it.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
Thomas Gleixner
2019-06-16 15:41:24 +02:00
parent 2420a0b179
commit 748b170ca1
2 changed files with 3 additions and 5 deletions

View File

@@ -154,7 +154,6 @@ static inline int apic_force_enable(unsigned long addr)
extern int apic_force_enable(unsigned long addr);
#endif
extern void apic_bsp_setup(bool upmode);
extern void apic_ap_setup(void);
/*