LinuxPPC-Dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Rothwell <sfr@canb.auug.org.au>
To: paulus@samba.org
Cc: ppc64-dev <linuxppc64-dev@ozlabs.org>, ppc-dev <linuxppc-dev@ozlabs.org>
Subject: [PATCH 0/6] powerpc: merge arch/ppc*/oprofile directories
Date: Mon, 19 Sep 2005 23:10:51 +1000	[thread overview]
Message-ID: <20050919231051.28fcdf30.sfr@canb.auug.org.au> (raw)

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/

             reply	other threads:[~2005-09-19 13:10 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-19 13:10 Stephen Rothwell [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050919231051.28fcdf30.sfr@canb.auug.org.au \
    --to=sfr@canb.auug.org.au \
    --cc=linuxppc-dev@ozlabs.org \
    --cc=linuxppc64-dev@ozlabs.org \
    --cc=paulus@samba.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox