tile: Add support for handling PMC hardware
authorZhigang Lu <zlu@tilera.com>
Mon, 27 Jan 2014 07:11:07 +0000 (15:11 +0800)
committerChris Metcalf <cmetcalf@tilera.com>
Fri, 7 Mar 2014 16:19:47 +0000 (11:19 -0500)
commit8e3441ebab48c3537b1a9ae06fb7616a3332bd35
tree6b2a748d7952827e121dd78aa0f4c6dcb449dfb9
parent2e285458e62fe202cb81b831f41779c7e7e5cbe6
tile: Add support for handling PMC hardware

The PMC module is used by perf_events, oprofile and watchdogs.

Signed-off-by: Zhigang Lu <zlu@tilera.com>
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
arch/tile/Kconfig
arch/tile/include/asm/pmc.h [new file with mode: 0644]
arch/tile/kernel/Makefile
arch/tile/kernel/intvec_32.S
arch/tile/kernel/intvec_64.S
arch/tile/kernel/pmc.c [new file with mode: 0644]