From: "David S. Miller" <davem@davemloft.net>
To: "Zou, Nanhai" <nanhai.zou@intel.com>
Cc: linux-kernel@vger.kernel.org, akpm@osdl.org, tony.luck@intel.com,
ak@suse.de, ralf@linux-mips.org, paulus@au.ibm.com,
schwidefsky@de.ibm.com, Davem@davemloft.net
Subject: Re: [Compatibilty patch] sigtimedwait
Date: Tue, 7 Dec 2004 21:35:01 -0800 [thread overview]
Message-ID: <20041207213501.1103c8b7.davem@davemloft.net> (raw)
In-Reply-To: <894E37DECA393E4D9374E0ACBBE7427013C9FB@pdsmsx402.ccr.corp.intel.com>
On Wed, 8 Dec 2004 08:48:56 +0800
"Zou, Nanhai" <nanhai.zou@intel.com> wrote:
> This patch also merges all 6 32 bit layer sys_rt_sigtimedwait in IA64,
> X86_64, PPC64, Sparc64, S390 and MIPS into 1 compat_rt_sigtimedwait.
>
> I have only tested it on X86_64 and IA64.
> It looks a bit weird for
> #ifdef __MIPSEL__ in generic code.
> But I don't have any better idea for this.
The sparc64 part looks fine.
Instead of __MIPSEL__ you should be checking endianness
with the generic __BIG_ENDIAN and __LITTLE_ENDIAN
macros.
next prev parent reply other threads:[~2004-12-08 5:36 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-12-08 0:48 Zou, Nanhai
2004-12-08 5:35 ` David S. Miller [this message]
2004-12-08 11:32 ` Stephen Rothwell
2004-12-08 12:09 ` Stephen Rothwell
2004-12-10 0:40 Zou, Nanhai
2004-12-10 1:08 ` David S. Miller
2004-12-10 0:49 Zou, Nanhai
2004-12-14 6:00 Zou, Nanhai
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=20041207213501.1103c8b7.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=ak@suse.de \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=nanhai.zou@intel.com \
--cc=paulus@au.ibm.com \
--cc=ralf@linux-mips.org \
--cc=schwidefsky@de.ibm.com \
--cc=tony.luck@intel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome