[POWERPC] Made FSL Book-E PMC support more generic
authorAndy Fleming <afleming@freescale.com>
Tue, 5 Feb 2008 00:27:55 +0000 (18:27 -0600)
committerKumar Gala <galak@kernel.crashing.org>
Wed, 6 Feb 2008 05:34:14 +0000 (23:34 -0600)
commit39aef685af431c032ffd2763ec8782b13c32520c
tree2e6c8761ec9d62521418f6b0b2cf05f8e269407d
parent0367aad1ad5f8085ed15e9e30604f50108a1ea06
[POWERPC] Made FSL Book-E PMC support more generic

Some of the more recent e300 cores have the same performance monitor
implementation as the e500.  e300 isn't book-e, so the name isn't
really appropriate.  In preparation for e300 support, rename a bunch
of fsl_booke things to say fsl_emb (Freescale Embedded Performance Monitors).

Signed-off-by: Andy Fleming <afleming@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12 files changed:
arch/powerpc/kernel/cputable.c
arch/powerpc/kernel/pmc.c
arch/powerpc/oprofile/Makefile
arch/powerpc/oprofile/common.c
arch/powerpc/oprofile/op_model_fsl_booke.c [deleted file]
arch/powerpc/oprofile/op_model_fsl_emb.c [new file with mode: 0644]
arch/powerpc/platforms/Kconfig.cputype
include/asm-powerpc/cputable.h
include/asm-powerpc/oprofile_impl.h
include/asm-powerpc/reg.h
include/asm-powerpc/reg_booke.h
include/asm-powerpc/reg_fsl_emb.h [new file with mode: 0644]