From: Kumar Gala <galak@kernel.crashing.org>
To: Jimi Xenidis <jimix@pobox.com>
Cc: linuxppc-dev <linuxppc-dev@lists.ozlabs.org>,
Ian Munsie <imunsie@au1.ibm.com>,
Anton Blanchard <anton@samba.org>
Subject: Re: [PATCH 1/3] powerpc: Split ICSWX ACOP and PID processing
Date: Tue, 9 Aug 2011 00:20:54 -0500 [thread overview]
Message-ID: <F9E15A89-5CC7-4204-807B-D4A52CB51208@kernel.crashing.org> (raw)
In-Reply-To: <1312842408-21482-2-git-send-email-jimix@pobox.com>
On Aug 8, 2011, at 5:26 PM, Jimi Xenidis wrote:
> Some processors, like embedded, that already have a PID register that
> is managed by the system. This patch separates the ACOP and PID
> processing into separate files so that the ACOP code can be shared.
>=20
> Signed-off-by: Jimi Xenidis <jimix@pobox.com>
> ---
> arch/powerpc/mm/Makefile | 4 +-
> arch/powerpc/mm/icswx.c | 163 =
++++++++++++++++++++++++++
> arch/powerpc/mm/icswx.h | 34 ++++++
> arch/powerpc/mm/icswx_pid.c | 87 ++++++++++++++
> arch/powerpc/mm/mmu_context_hash64.c | 195 =
--------------------------------
> arch/powerpc/platforms/Kconfig.cputype | 10 ++-
> 6 files changed, 296 insertions(+), 197 deletions(-)
> create mode 100644 arch/powerpc/mm/icswx.c
> create mode 100644 arch/powerpc/mm/icswx.h
> create mode 100644 arch/powerpc/mm/icswx_pid.c
>=20
> diff --git a/arch/powerpc/mm/Makefile b/arch/powerpc/mm/Makefile
> index bdca46e..ba51190 100644
> --- a/arch/powerpc/mm/Makefile
> +++ b/arch/powerpc/mm/Makefile
> @@ -21,7 +21,9 @@ obj-$(CONFIG_PPC_STD_MMU_32) +=3D =
ppc_mmu_32.o
> obj-$(CONFIG_PPC_STD_MMU) +=3D hash_low_$(CONFIG_WORD_SIZE).o \
> tlb_hash$(CONFIG_WORD_SIZE).o \
> mmu_context_hash$(CONFIG_WORD_SIZE).o
> -obj-$(CONFIG_40x) +=3D 40x_mmu.o
> +obj-$(CONFIG_PPC_ICSWX) +=3D icswx.o
> +obj-$(CONFIG_PPC_ICSWX_PID) +=3D icswx_pid.o
> +obj-$(CONFIG_40x) +=3D 40x_mmu.o?
? seems like a typo
> obj-$(CONFIG_44x) +=3D 44x_mmu.o
> obj-$(CONFIG_PPC_FSL_BOOK3E) +=3D fsl_booke_mmu.o
> obj-$(CONFIG_NEED_MULTIPLE_NODES) +=3D numa.o
next prev parent reply other threads:[~2011-08-09 5:21 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-08 22:26 powerpc: Get icswx to work on both Book3s and Book3e platforms Jimi Xenidis
2011-08-08 22:26 ` [PATCH 1/3] powerpc: Split ICSWX ACOP and PID processing Jimi Xenidis
2011-08-09 5:20 ` Kumar Gala [this message]
2011-08-08 22:26 ` [PATCH 2/3] powerpc: book3e: Add ICSWX/ACOP support to Book3e cores like A2 Jimi Xenidis
2011-08-09 5:22 ` Kumar Gala
2011-08-08 22:26 ` [PATCH 3/3] powerpc: icswx: Simple ACOP fault handler for both book3e and book3s parts Jimi Xenidis
2011-08-09 5:26 ` Kumar Gala
2011-08-09 15:00 ` Jimi Xenidis
2011-08-09 15:15 ` Benjamin Herrenschmidt
2011-08-09 15:24 ` Jimi Xenidis
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=F9E15A89-5CC7-4204-807B-D4A52CB51208@kernel.crashing.org \
--to=galak@kernel.crashing.org \
--cc=anton@samba.org \
--cc=imunsie@au1.ibm.com \
--cc=jimix@pobox.com \
--cc=linuxppc-dev@lists.ozlabs.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.