x86/apic: Move ipi header into apic directory

Only used locally.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/20190722105219.434738036@linutronix.de
This commit is contained in:
Thomas Gleixner
2019-07-22 20:47:12 +02:00
parent 521b82fee9
commit 8b542da372
8 changed files with 13 additions and 14 deletions

View File

@@ -18,7 +18,8 @@
#include <asm/apic_flat_64.h>
#include <asm/pgtable.h>
#include <asm/ipi.h>
#include "ipi.h"
u8 numachip_system __read_mostly;
static const struct apic apic_numachip1;