ARM: removing support for etb/etm in "arch/arm/kernel/"
authorMathieu Poirier <mathieu.poirier@linaro.org>
Mon, 3 Nov 2014 18:07:46 +0000 (11:07 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Nov 2014 23:19:33 +0000 (15:19 -0800)
commit184901a06a366d40386e07307bcadc9eeaabbd39
tree458f50b26f26a13d4c57fd625ec9689537880170
parent4d5616ca59350c47e4b00d17c1480d8b44d3c535
ARM: removing support for etb/etm in "arch/arm/kernel/"

Removing minimal support for etb/etm to favour an implementation
that is more flexible, extensible and capable of handling more
platforms.

Also removing the only client of the old driver.  That code can
easily be replaced by entries for etb/etm in the device tree.

Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/Kconfig.debug
arch/arm/include/asm/hardware/coresight.h [deleted file]
arch/arm/kernel/Makefile
arch/arm/kernel/etm.c [deleted file]
arch/arm/kernel/hw_breakpoint.c
arch/arm/mach-omap2/Kconfig
arch/arm/mach-omap2/Makefile
arch/arm/mach-omap2/emu.c [deleted file]