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

Commit b3daa3a1 authored by Ingo Molnar's avatar Ingo Molnar
Browse files

x86, bigsmp: consolidate code



Move all code to arch/x86/kernel/bigsmp_32.c.

With this it ceases to rely on any build-time subarch features.

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 61b90b7c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -71,6 +71,7 @@ obj-$(CONFIG_FUNCTION_GRAPH_TRACER) += ftrace.o
obj-$(CONFIG_KEXEC)		+= machine_kexec_$(BITS).o
obj-$(CONFIG_KEXEC)		+= relocate_kernel_$(BITS).o crash.o
obj-$(CONFIG_CRASH_DUMP)	+= crash_dump_$(BITS).o
obj-$(CONFIG_X86_BIGSMP)	+= bigsmp_32.o
obj-$(CONFIG_X86_NUMAQ)		+= numaq_32.o
obj-$(CONFIG_X86_ES7000)	+= es7000_32.o
obj-$(CONFIG_X86_SUMMIT)	+= summit_32.o
+0 −1
Original line number Diff line number Diff line
@@ -5,4 +5,3 @@
EXTRA_CFLAGS			:= -Iarch/x86/kernel

obj-y				:= probe.o default.o
obj-$(CONFIG_X86_BIGSMP)	+= bigsmp.o