Browse Source

i386: move oprofile

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Thomas Gleixner 18 years ago
parent
commit
ff4395654d

+ 1 - 1
arch/i386/Kconfig

@@ -1240,7 +1240,7 @@ menuconfig INSTRUMENTATION
 
 if INSTRUMENTATION
 
-source "arch/i386/oprofile/Kconfig"
+source "arch/x86/oprofile/Kconfig"
 
 config KPROBES
 	bool "Kprobes"

+ 1 - 1
arch/i386/Makefile

@@ -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
arch/i386/oprofile/Kconfig → arch/x86/oprofile/Kconfig


+ 0 - 0
arch/i386/oprofile/Makefile → arch/x86/oprofile/Makefile


+ 0 - 0
arch/i386/oprofile/backtrace.c → arch/x86/oprofile/backtrace.c


+ 0 - 0
arch/i386/oprofile/init.c → arch/x86/oprofile/init.c


+ 0 - 0
arch/i386/oprofile/nmi_int.c → arch/x86/oprofile/nmi_int.c


+ 0 - 0
arch/i386/oprofile/nmi_timer_int.c → arch/x86/oprofile/nmi_timer_int.c


+ 0 - 0
arch/i386/oprofile/op_counter.h → arch/x86/oprofile/op_counter.h


+ 0 - 0
arch/i386/oprofile/op_model_athlon.c → arch/x86/oprofile/op_model_athlon.c


+ 0 - 0
arch/i386/oprofile/op_model_p4.c → arch/x86/oprofile/op_model_p4.c


+ 0 - 0
arch/i386/oprofile/op_model_ppro.c → arch/x86/oprofile/op_model_ppro.c


+ 0 - 0
arch/i386/oprofile/op_x86_model.h → arch/x86/oprofile/op_x86_model.h


+ 1 - 1
arch/x86_64/Makefile

@@ -80,7 +80,7 @@ core-y					+= arch/x86_64/kernel/ \
 					   arch/x86_64/vdso/
 core-$(CONFIG_IA32_EMULATION)		+= arch/x86_64/ia32/
 drivers-$(CONFIG_PCI)			+= arch/x86_64/pci/
-drivers-$(CONFIG_OPROFILE)		+= arch/i386/oprofile/
+drivers-$(CONFIG_OPROFILE)		+= arch/x86/oprofile/
 
 boot := arch/x86_64/boot