From: "Jayachandran C." <jchandra@broadcom.com>
To: "Aaro Koskinen" <aaro.koskinen@iki.fi>
Cc: "Ralf Baechle" <ralf@linux-mips.org>, linux-mips@linux-mips.org
Subject: Re: [PATCH] MIPS: tlbex: fix broken build in v3.11-rc1
Date: Mon, 15 Jul 2013 15:25:02 +0530 [thread overview]
Message-ID: <20130715095501.GE22314@jayachandranc.netlogicmicro.com> (raw)
In-Reply-To: <1373876517-14646-1-git-send-email-aaro.koskinen@iki.fi>
On Mon, Jul 15, 2013 at 11:21:57AM +0300, Aaro Koskinen wrote:
> Commit 6ba045f9fbdafb48da42aa8576ea7a3980443136 (MIPS: Move generated code
> to .text for microMIPS) deleted tlbmiss_handler_setup_pgd_array, but some
> references were not converted. Fix that to enable building a MIPS kernel.
>
> Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
> ---
> arch/mips/mm/tlbex.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/mips/mm/tlbex.c b/arch/mips/mm/tlbex.c
> index 9ab0f90..cc34521 100644
> --- a/arch/mips/mm/tlbex.c
> +++ b/arch/mips/mm/tlbex.c
> @@ -1466,7 +1466,7 @@ static void __cpuinit build_r4000_setup_pgd(void)
> {
> const int a0 = 4;
> const int a1 = 5;
> - u32 *p = tlbmiss_handler_setup_pgd_array;
> + u32 *p = tlbmiss_handler_setup_pgd;
> const int tlbmiss_handler_setup_pgd_size =
> tlbmiss_handler_setup_pgd_end - tlbmiss_handler_setup_pgd;
> struct uasm_label *l = labels;
Acked-by: "Jayachandran C." <jchandra@broadcom.com>
Thanks, looks like I made a mistake splitting the patchset, this part went
into the next patch which didn't make it to 3.11.
JC.
next prev parent reply other threads:[~2013-07-15 9:54 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-15 8:21 [PATCH] MIPS: tlbex: fix broken build in v3.11-rc1 Aaro Koskinen
2013-07-15 9:55 ` Jayachandran C. [this message]
2013-07-18 17:19 ` David Daney
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=20130715095501.GE22314@jayachandranc.netlogicmicro.com \
--to=jchandra@broadcom.com \
--cc=aaro.koskinen@iki.fi \
--cc=linux-mips@linux-mips.org \
--cc=ralf@linux-mips.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