diff options
author | Kevin Corry <kevcorry@us.ibm.com> | 2006-10-24 18:31:22 +0200 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-10-25 14:20:21 +1000 |
commit | d8bf96e0793f9576da545bac333b2de304958d68 (patch) | |
tree | e993a8727826b8867e58b6c59dd5ae73b5e35679 /arch/powerpc/platforms/cell/Makefile | |
parent | bffd4927ba4377aa38be5450e20e0fecd2523fe3 (diff) | |
download | op-kernel-dev-d8bf96e0793f9576da545bac333b2de304958d68.zip op-kernel-dev-d8bf96e0793f9576da545bac333b2de304958d68.tar.gz |
[POWERPC] cell: add low-level performance monitoring code
Add routines for accessing the registers and counters in the performance
monitoring unit.
Signed-off-by: Kevin Corry <kevcorry@us.ibm.com>
Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/cell/Makefile')
-rw-r--r-- | arch/powerpc/platforms/cell/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/cell/Makefile b/arch/powerpc/platforms/cell/Makefile index c89cdd6..412649b 100644 --- a/arch/powerpc/platforms/cell/Makefile +++ b/arch/powerpc/platforms/cell/Makefile @@ -1,5 +1,6 @@ obj-$(CONFIG_PPC_CELL_NATIVE) += interrupt.o iommu.o setup.o \ - cbe_regs.o spider-pic.o pervasive.o + cbe_regs.o spider-pic.o pervasive.o \ + pmu.o obj-$(CONFIG_CBE_RAS) += ras.o ifeq ($(CONFIG_SMP),y) |