Skip to content

Commit

Permalink
Blackfin: remove obsolete mcount support from I-pipe code
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Gerum <rpm@xenomai.org>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
  • Loading branch information
Philippe Gerum authored and Mike Frysinger committed Jun 23, 2009
1 parent a40494a commit 5ba3b24
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 76 deletions.
1 change: 0 additions & 1 deletion arch/blackfin/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ obj-$(CONFIG_FUNCTION_GRAPH_TRACER) += ftrace.o
CFLAGS_REMOVE_ftrace.o = -pg

obj-$(CONFIG_IPIPE) += ipipe.o
obj-$(CONFIG_IPIPE_TRACE_MCOUNT) += mcount.o
obj-$(CONFIG_BFIN_GPTIMERS) += gptimers.o
obj-$(CONFIG_CPLB_INFO) += cplbinfo.o
obj-$(CONFIG_MODULES) += module.o
Expand Down
5 changes: 0 additions & 5 deletions arch/blackfin/kernel/ipipe.c
Original file line number Diff line number Diff line change
Expand Up @@ -342,8 +342,3 @@ void ___ipipe_sync_pipeline(unsigned long syncmask)
}

EXPORT_SYMBOL(show_stack);

#ifdef CONFIG_IPIPE_TRACE_MCOUNT
void notrace _mcount(void);
EXPORT_SYMBOL(_mcount);
#endif /* CONFIG_IPIPE_TRACE_MCOUNT */
70 changes: 0 additions & 70 deletions arch/blackfin/kernel/mcount.S

This file was deleted.

0 comments on commit 5ba3b24

Please sign in to comment.