Skip to content

Commit

Permalink
x86/apic: Move apic_flat_64 header into apic directory
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Thomas Gleixner committed Jul 25, 2019
1 parent 8b542da commit ba77b2a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/x86/kernel/apic/apic_flat_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion arch/x86/kernel/apic/apic_numachip.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ba77b2a

Please sign in to comment.