From: "Jayachandran C." <jchandra@broadcom.com>
To: "Tony Wu" <tung7970@gmail.com>
Cc: ralf@linux-mips.org, linux-mips@linux-mips.org
Subject: Re: [PATCH 2/2] MIPS: tlbex: Guard tlbmiss_handler_setup_pgd
Date: Thu, 18 Jul 2013 12:23:30 +0530 [thread overview]
Message-ID: <20130718065329.GB24373@jayachandranc.netlogicmicro.com> (raw)
In-Reply-To: <20130717180052-tung7970@googlemail.com>
On Wed, Jul 17, 2013 at 06:01:29PM +0800, Tony Wu wrote:
> tlbmiss_handler_setup_pgd* are only referenced when
> CONFIG_MIPS_PGD_C0_CONTEXT is defined.
>
> Signed-off-by: Tony Wu <tung7970@gmail.com>
> Cc: Jayachandran C <jchandra@broadcom.com>
> ---
> arch/mips/mm/tlb-funcs.S | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/arch/mips/mm/tlb-funcs.S b/arch/mips/mm/tlb-funcs.S
> index 30a494d..79bca31 100644
> --- a/arch/mips/mm/tlb-funcs.S
> +++ b/arch/mips/mm/tlb-funcs.S
> @@ -16,10 +16,12 @@
>
> #define FASTPATH_SIZE 128
>
> +#ifdef CONFIG_MIPS_PGD_C0_CONTEXT
> LEAF(tlbmiss_handler_setup_pgd)
> .space 16 * 4
> END(tlbmiss_handler_setup_pgd)
> EXPORT(tlbmiss_handler_setup_pgd_end)
> +#endif
>
> LEAF(handle_tlbm)
> .space FASTPATH_SIZE * 4
There is a patchset planned which uses tlbmiss_handler_setup_pgd when
CONFIG_MIPS_PGD_C0_CONTEXT is not defined, but it did not make it into 3.11.
This change can be applied - but if it goes in, I will need to undo this
as part of the scratch patchset.
JC.
next prev parent reply other threads:[~2013-07-18 15:00 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-17 9:59 [PATCH 1/2] MIPS: tlbex: Fix typo in r3000 tlb store handler Tony Wu
2013-07-17 10:01 ` [PATCH 2/2] MIPS: tlbex: Guard tlbmiss_handler_setup_pgd Tony Wu
2013-07-18 6:53 ` Jayachandran C. [this message]
2013-07-18 6:41 ` [PATCH 1/2] MIPS: tlbex: Fix typo in r3000 tlb store handler Jayachandran C.
2013-07-18 10:43 ` Tony Wu
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=20130718065329.GB24373@jayachandranc.netlogicmicro.com \
--to=jchandra@broadcom.com \
--cc=linux-mips@linux-mips.org \
--cc=ralf@linux-mips.org \
--cc=tung7970@gmail.com \
/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.