[PATCH 0/6] powerpc: merge arch/ppc*/oprofile directories

Stephen Rothwell sfr at canb.auug.org.au
Mon Sep 19 23:10:51 EST 2005


This series of patches merge the arch/ppc*/oprofile directories into arch/powerpc.

 arch/powerpc/oprofile/Kconfig              |   23 ++
 arch/powerpc/oprofile/Makefile             |   11 +
 arch/powerpc/oprofile/common.c             |  227 +++++++++++++++++++--
 arch/powerpc/oprofile/op_model_fsl_booke.c |  183 +++++++++++++++++
 arch/powerpc/oprofile/op_model_power4.c    |  309 ++++++++++++++++++++++++++++
 arch/powerpc/oprofile/op_model_rs64.c      |  218 ++++++++++++++++++++
 arch/ppc/Kconfig                           |    2
 arch/ppc/Makefile                          |    2
 arch/ppc/kernel/perfmon.c                  |   10
 arch/ppc/oprofile/Kconfig                  |   23 --
 arch/ppc/oprofile/Makefile                 |   16 -
 arch/ppc/oprofile/common.c                 |  165 ---------------
 arch/ppc/oprofile/op_impl.h                |   47 ----
 arch/ppc/oprofile/op_model_fsl_booke.c     |  188 -----------------
 arch/ppc64/Kconfig                         |    2
 arch/ppc64/Makefile                        |    2
 arch/ppc64/oprofile/Kconfig                |   23 --
 arch/ppc64/oprofile/Makefile               |   11 -
 arch/ppc64/oprofile/common.c               |  147 -------------
 arch/ppc64/oprofile/op_model_power4.c      |  311 -----------------------------
 arch/ppc64/oprofile/op_model_rs64.c        |  220 --------------------
 include/asm-powerpc/oprofile_impl.h        |  123 +++++++++++
 include/asm-ppc/perfmon.h                  |    6
 include/asm-ppc64/cputable.h               |    4
 include/asm-ppc64/oprofile_impl.h          |  121 -----------
 25 files changed, 1108 insertions(+), 1286 deletions(-)

-- 
Cheers,
Stephen Rothwell                    sfr at canb.auug.org.au
http://www.canb.auug.org.au/~sfr/



More information about the Linuxppc-dev mailing list