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
父節點 521b82fee9
當前提交 8b542da372
共有 8 個文件被更改,包括 13 次插入14 次删除

查看文件

@@ -11,7 +11,8 @@
#include <asm/apic.h>
#include <asm/acpi.h>
#include <asm/ipi.h>
#include "ipi.h"
#ifdef CONFIG_HOTPLUG_CPU
#define DEFAULT_SEND_IPI (1)