x86/apic: Consolidate the apic local headers
Now there are three small local headers. Some contain functions which are only used in one source file. Move all the inlines and declarations into a single local header and the inlines which are only used in one source file into that. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org> Link: https://lkml.kernel.org/r/20190722105219.618612624@linutronix.de
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
#include <asm/apic.h>
|
||||
|
||||
#include "x2apic.h"
|
||||
#include "local.h"
|
||||
|
||||
struct cluster_mask {
|
||||
unsigned int clusterid;
|
||||
|
Reference in New Issue
Block a user