diff options
author | Paul Mackerras <paulus@samba.org> | 2009-03-06 00:30:52 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2009-03-06 00:30:57 -0500 |
commit | 880860e392d92c457e8116cdee39ec4d109174ee (patch) | |
tree | f5eb17baf4b89f15c61fd0e4499786fdb9b6030e /arch/powerpc/kernel/Makefile | |
parent | aabbaa6036fd847c583f585c6bae82b5a033e6c7 (diff) |
perfcounters/powerpc: add support for POWER4 processors
Impact: more hardware support
This adds the back-end for the PMU on the POWER4 and POWER4+ processors
(GP and GQ). This is quite similar to the PPC970, with 8 PMCs, but has
fewer events than the PPC970.
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/kernel/Makefile')
-rw-r--r-- | arch/powerpc/kernel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/Makefile b/arch/powerpc/kernel/Makefile index 49851e0d8fde..8e5e2c74971e 100644 --- a/arch/powerpc/kernel/Makefile +++ b/arch/powerpc/kernel/Makefile | |||
@@ -94,7 +94,7 @@ obj-$(CONFIG_AUDIT) += audit.o | |||
94 | obj64-$(CONFIG_AUDIT) += compat_audit.o | 94 | obj64-$(CONFIG_AUDIT) += compat_audit.o |
95 | 95 | ||
96 | obj-$(CONFIG_DYNAMIC_FTRACE) += ftrace.o | 96 | obj-$(CONFIG_DYNAMIC_FTRACE) += ftrace.o |
97 | obj-$(CONFIG_PERF_COUNTERS) += perf_counter.o ppc970-pmu.o \ | 97 | obj-$(CONFIG_PERF_COUNTERS) += perf_counter.o power4-pmu.o ppc970-pmu.o \ |
98 | power5-pmu.o power5+-pmu.o power6-pmu.o | 98 | power5-pmu.o power5+-pmu.o power6-pmu.o |
99 | 99 | ||
100 | obj-$(CONFIG_8XX_MINIMAL_FPEMU) += softemu8xx.o | 100 | obj-$(CONFIG_8XX_MINIMAL_FPEMU) += softemu8xx.o |