]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6a4e847c9c9820280030ff3d523b7d085bdc371c
tree6b2a748d7952827e121dd78aa0f4c6dcb449dfb9
parentdac43f85c28966edd0081606587ce28e13782c77
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]