From: Jim Gifford <maillist@jg555.com>
To: Ralf Baechle <ralf@linux-mips.org>
Cc: Linux MIPS List <linux-mips@linux-mips.org>
Subject: Re: Building 2.6.20.1 from source
Date: Sat, 24 Feb 2007 14:31:00 -0800 [thread overview]
Message-ID: <45E0BCA4.9020208@jg555.com> (raw)
In-Reply-To: <20070224211348.GB12637@linux-mips.org>
Ralf Baechle wrote:
> On Sat, Feb 24, 2007 at 08:58:50PM +0000, Ralf Baechle wrote:
>
> Guess I should have eyeballed the error message for a few extra nanoseconds,
> my answer wasn't quite right. Enabling the binary compat options would
> fix the build but leave the native N64 broken. Below the fix.
>
> Ralf
>
> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
>
> diff --git a/arch/mips/kernel/scall64-64.S b/arch/mips/kernel/scall64-64.S
> index 10e9a18..e569b84 100644
> --- a/arch/mips/kernel/scall64-64.S
> +++ b/arch/mips/kernel/scall64-64.S
> @@ -470,4 +470,4 @@ sys_call_table:
> PTR sys_get_robust_list
> PTR sys_kexec_load /* 5270 */
> PTR sys_getcpu
> - PTR compat_sys_epoll_pwait
> + PTR sys_epoll_pwait
> diff --git a/arch/mips/kernel/scall64-o32.S b/arch/mips/kernel/scall64-o32.S
> index c5f590c..bcc4248 100644
> --- a/arch/mips/kernel/scall64-o32.S
> +++ b/arch/mips/kernel/scall64-o32.S
> @@ -518,5 +518,5 @@ sys_call_table:
> PTR compat_sys_get_robust_list /* 4310 */
> PTR compat_sys_kexec_load
> PTR sys_getcpu
> - PTR sys_epoll_pwait
> + PTR compat_sys_epoll_pwait
> .size sys_call_table,.-sys_call_table
>
>
Thanx Ralf.!!!
prev parent reply other threads:[~2007-02-24 22:32 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-24 20:52 Building 2.6.20.1 from source Jim Gifford
2007-02-24 20:58 ` Ralf Baechle
2007-02-24 21:13 ` Ralf Baechle
2007-02-24 22:31 ` Jim Gifford [this message]
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=45E0BCA4.9020208@jg555.com \
--to=maillist@jg555.com \
--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