LinuxPPC-Dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] powerpc: merge arch/ppc*/oprofile directories
@ 2005-09-19 13:10 Stephen Rothwell
  2005-09-19 13:13 ` [PATCH 1/6] powerpc: Move arch/ppc*/oprofile/Kconfig to arch/powerpc Stephen Rothwell
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Stephen Rothwell @ 2005-09-19 13:10 UTC (permalink / raw)
  To: paulus; +Cc: ppc64-dev, ppc-dev

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@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2005-09-19 13:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-19 13:10 [PATCH 0/6] powerpc: merge arch/ppc*/oprofile directories Stephen Rothwell
2005-09-19 13:13 ` [PATCH 1/6] powerpc: Move arch/ppc*/oprofile/Kconfig to arch/powerpc Stephen Rothwell
2005-09-19 13:15 ` [PATCH 2/6] Merge arch/ppc*/oprofile/Makefile into arch/powerpc/oprofile Stephen Rothwell
2005-09-19 13:18 ` [PATCH 3/6] powerpc: rename op_ppc{32, 64}_model to op_powerpc_model Stephen Rothwell
2005-09-19 13:21 ` [PATCH 4/6] powerpc: merge oprofile headers Stephen Rothwell
2005-09-19 13:24 ` [PATCH 5/6] powerpc: merge the rest of arch/ppc*/oprofile Stephen Rothwell
2005-09-19 13:28 ` [PATCH 6/6] powerpc: reduce oprofile/common.c differences Stephen Rothwell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox