[PATCH v2] Made FSL Book-E PMC support more generic
Kumar Gala
galak at kernel.crashing.org
Wed Feb 6 16:38:51 EST 2008
On Feb 4, 2008, at 6:27 PM, Andy Fleming wrote:
> 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 at freescale.com>
> ---
> arch/powerpc/kernel/cputable.c | 4 +-
> arch/powerpc/kernel/pmc.c | 2 +-
> arch/powerpc/oprofile/Makefile | 2 +-
> arch/powerpc/oprofile/common.c | 6 +-
> .../{op_model_fsl_booke.c => op_model_fsl_emb.c} | 28 ++++----
> arch/powerpc/platforms/Kconfig.cputype | 4 +
> include/asm-powerpc/cputable.h | 2 +-
> include/asm-powerpc/oprofile_impl.h | 2 +-
> include/asm-powerpc/reg.h | 4 +
> include/asm-powerpc/reg_booke.h | 62
> -----------------
> include/asm-powerpc/reg_fsl_emb.h | 72 +++++++++++
> +++++++++
> 11 files changed, 102 insertions(+), 86 deletions(-)
> rename arch/powerpc/oprofile/{op_model_fsl_booke.c =>
> op_model_fsl_emb.c} (91%)
> create mode 100644 include/asm-powerpc/reg_fsl_emb.h
applied.
- k
More information about the Linuxppc-dev
mailing list