1 Aug 2009 02:15
[PATCH 1/1] add support for Power7 to perfmon2 kernel code
Corey Ashford <cjashfor <at> linux.vnet.ibm.com>
2009-08-01 00:15:51 GMT
2009-08-01 00:15:51 GMT
Hello, This patch adds support for Power7 to the perfmon2 kernel code. The changes are quite simple, happily, since Power7's PMU is programmed very similarly to the Power5 PMU. Signed-off-by: Corey Ashford <cjashfor <at> us.ibm.com> Thanks for your consideration, - Corey Corey Ashford Software Engineer IBM Linux Technology Center, Linux Toolchain Beaverton, OR 503-578-3507 cjashfor <at> us.ibm.com
diff --git a/arch/powerpc/perfmon/Kconfig b/arch/powerpc/perfmon/Kconfig index 3f4bbf2..6c0128f 100644 --- a/arch/powerpc/perfmon/Kconfig +++ b/arch/powerpc/perfmon/Kconfig <at> <at> -47,6 +47,14 <at> <at> config PERFMON_POWER6 Enables support for the Power 6 hardware performance counters If unsure, say M. +config PERFMON_POWER7(Continue reading)
RSS Feed