diff options
author | Paul Mackerras <paulus@samba.org> | 2009-01-09 21:05:35 +1100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2009-01-10 16:35:01 +1100 |
commit | f78628374a13bc150db77c6e02d4f2c0a7f932ef (patch) | |
tree | 2b25cd520d8fcc00258621fb50772e75091eb4ce /arch/powerpc/kernel/Makefile | |
parent | 16b067993dee3dfde61b20027e0b168dc06201ee (diff) | |
download | op-kernel-dev-f78628374a13bc150db77c6e02d4f2c0a7f932ef.zip op-kernel-dev-f78628374a13bc150db77c6e02d4f2c0a7f932ef.tar.gz |
powerpc/perf_counter: Add support for POWER6
This adds the back-end for the PMU on the POWER6 processor.
Fortunately, the event selection hardware is somewhat simpler on
POWER6 than on other POWER family processors, so the constraints
fit into only 32 bits.
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 45798f6..0ebf4d0 100644 --- a/arch/powerpc/kernel/Makefile +++ b/arch/powerpc/kernel/Makefile @@ -94,7 +94,7 @@ obj-$(CONFIG_AUDIT) += audit.o obj64-$(CONFIG_AUDIT) += compat_audit.o obj-$(CONFIG_DYNAMIC_FTRACE) += ftrace.o -obj-$(CONFIG_PERF_COUNTERS) += perf_counter.o ppc970-pmu.o +obj-$(CONFIG_PERF_COUNTERS) += perf_counter.o ppc970-pmu.o power6-pmu.o obj-$(CONFIG_8XX_MINIMAL_FPEMU) += softemu8xx.o |