[POWERPC] cell: Move PMU-related stuff to include/asm-powerpc/cell-pmu.h
authorKevin Corry <kevcorry@us.ibm.com>
Mon, 20 Nov 2006 17:45:14 +0000 (18:45 +0100)
committerPaul Mackerras <paulus@samba.org>
Mon, 4 Dec 2006 09:40:11 +0000 (20:40 +1100)
commite4f6948cfc8b9626022db0f93e7cf2ce5c0998cd
treeffc39ea93cbae7bb391678b42958e19252867c44
parentc93dfa0766bae3c92ec8311bddbbf16b8e661f59
[POWERPC] cell: Move PMU-related stuff to include/asm-powerpc/cell-pmu.h

Move some PMU-related macros and function prototypes from cbe_regs.h
and pmu.h in arch/powerpc/platforms/cell/ to a new header at
include/asm-powerpc/cell-pmu.h

This is cleaner to use from the oprofile code, since that sits in
arch/powerpc/oprofile, not in the cell platform directory.

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>
arch/powerpc/platforms/cell/cbe_regs.h
arch/powerpc/platforms/cell/pmu.c
arch/powerpc/platforms/cell/pmu.h [deleted file]
include/asm-powerpc/cell-pmu.h [new file with mode: 0644]