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

Commit ff439565 authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

i386: move oprofile



Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 9402e12b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1240,7 +1240,7 @@ menuconfig INSTRUMENTATION

if INSTRUMENTATION

source "arch/i386/oprofile/Kconfig"
source "arch/x86/oprofile/Kconfig"

config KPROBES
	bool "Kprobes"
+1 −1
Original line number Diff line number Diff line
@@ -109,7 +109,7 @@ core-y += arch/i386/kernel/ \
drivers-$(CONFIG_MATH_EMULATION)	+= arch/x86/math-emu/
drivers-$(CONFIG_PCI)			+= arch/x86/pci/
# must be linked after kernel/
drivers-$(CONFIG_OPROFILE)		+= arch/i386/oprofile/
drivers-$(CONFIG_OPROFILE)		+= arch/x86/oprofile/
drivers-$(CONFIG_PM)			+= arch/x86/power/
drivers-$(CONFIG_FB)                    += arch/i386/video/

+0 −0

File moved.

+0 −0

File moved.

Loading