Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c074eaac authored by Yinghai Lu's avatar Yinghai Lu Committed by H. Peter Anvin
Browse files
parent 94b43c3d
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -54,8 +54,6 @@ static inline int numa_cpu_node(int cpu)

#ifdef CONFIG_X86_32
# include <asm/numa_32.h>
#else
# include <asm/numa_64.h>
#endif

#ifdef CONFIG_NUMA

arch/x86/include/asm/numa_64.h

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
#ifndef _ASM_X86_NUMA_64_H
#define _ASM_X86_NUMA_64_H

#endif /* _ASM_X86_NUMA_64_H */
+0 −1
Original line number Diff line number Diff line
@@ -51,7 +51,6 @@ EXPORT_SYMBOL(acpi_disabled);

#ifdef	CONFIG_X86_64
# include <asm/proto.h>
# include <asm/numa_64.h>
#endif				/* X86 */

#define BAD_MADT_ENTRY(entry, end) (					    \
+0 −1
Original line number Diff line number Diff line
@@ -12,7 +12,6 @@
#include <asm/pci-direct.h>

#ifdef CONFIG_X86_64
# include <asm/numa_64.h>
# include <asm/mmconfig.h>
# include <asm/cacheflush.h>
#endif
+0 −1
Original line number Diff line number Diff line
@@ -17,7 +17,6 @@

#ifdef CONFIG_X86_64
#include <linux/topology.h>
#include <asm/numa_64.h>
#endif

#include "cpu.h"
Loading