Skip to content

Commit 7a22384

Browse files
committed
arch: parisc: Remove CONFIG_OPROFILE support
The "oprofile" user-space tools don't use the kernel OPROFILE support any more, and haven't in a long time. User-space has been converted to the perf interfaces. Remove the old oprofile's architecture specific support. Suggested-by: Christoph Hellwig <[email protected]> Suggested-by: Linus Torvalds <[email protected]> Signed-off-by: Viresh Kumar <[email protected]> Acked-by: Robert Richter <[email protected]> Acked-by: William Cohen <[email protected]> Acked-by: Al Viro <[email protected]> Acked-by: Thomas Gleixner <[email protected]> Acked-by: Helge Deller <[email protected]> # parisc
1 parent e258958 commit 7a22384

File tree

4 files changed

+0
-36
lines changed

4 files changed

+0
-36
lines changed

arch/parisc/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ config PARISC
44
select ARCH_32BIT_OFF_T if !64BIT
55
select ARCH_MIGHT_HAVE_PC_PARPORT
66
select HAVE_IDE
7-
select HAVE_OPROFILE
87
select HAVE_FUNCTION_TRACER
98
select HAVE_FUNCTION_GRAPH_TRACER
109
select HAVE_SYSCALL_TRACEPOINTS

arch/parisc/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,6 @@ kernel-y := mm/ kernel/ math-emu/
116116
core-y += $(addprefix arch/parisc/, $(kernel-y))
117117
libs-y += arch/parisc/lib/ $(LIBGCC)
118118

119-
drivers-$(CONFIG_OPROFILE) += arch/parisc/oprofile/
120-
121119
boot := arch/parisc/boot
122120

123121
PALO := $(shell if (which palo 2>&1); then : ; \

arch/parisc/oprofile/Makefile

Lines changed: 0 additions & 10 deletions
This file was deleted.

arch/parisc/oprofile/init.c

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)