mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
x86/apic: Move apic_flat_64 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.526508168@linutronix.de
This commit is contained in:
parent
8b542da372
commit
ba77b2a02e
@ -13,9 +13,9 @@
|
||||
#include <linux/acpi.h>
|
||||
|
||||
#include <asm/jailhouse_para.h>
|
||||
#include <asm/apic_flat_64.h>
|
||||
#include <asm/apic.h>
|
||||
|
||||
#include "apic_flat_64.h"
|
||||
#include "ipi.h"
|
||||
|
||||
static struct apic apic_physflat;
|
||||
|
@ -16,9 +16,9 @@
|
||||
#include <asm/numachip/numachip.h>
|
||||
#include <asm/numachip/numachip_csr.h>
|
||||
|
||||
#include <asm/apic_flat_64.h>
|
||||
#include <asm/pgtable.h>
|
||||
|
||||
#include "apic_flat_64.h"
|
||||
#include "ipi.h"
|
||||
|
||||
u8 numachip_system __read_mostly;
|
||||
|
Loading…
Reference in New Issue
Block a user