LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Andrew Morton <akpm@osdl.org>
To: davidm@hpl.hp.com
Cc: hch@infradead.org, linux-kernel@vger.kernel.org
Subject: Spam: Re: [PATCH] fixing sendfile on 64bit architectures
Date: Thu, 20 May 2004 17:17:58 -0700 [thread overview]
Message-ID: <20040520171758.1bec1db7.akpm@osdl.org> (raw)
In-Reply-To: <16557.17112.488236.662911@napali.hpl.hp.com>
David Mosberger <davidm@napali.hpl.hp.com> wrote:
>
> The attached patch should have these fixed.
That builds OK on ia32, sparc64, ppc64 and, I assume, ia64.
x86_64 has a problem in ipc/util.c:
int ipc_parse_version (int *cmd)
{
comes out as
int 0x0100
{
due to:
#if defined(__ia64__) || defined(__x86_64__) || defined(__hppa__)
/* On IA-64, we always use the "64-bit version" of the IPC structures. */
# define ipc_parse_version(cmd) IPC_64
#else
int ipc_parse_version (int *cmd);
#endif
next prev parent reply other threads:[~2004-05-21 0:16 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <26879984$108499340940abaf81679ba6.07529629@config22.schlund.de>
[not found] ` <16556.19979.951743.994128@napali.hpl.hp.com>
[not found] ` <20040519234106.52b6db78.davem@redhat.com>
[not found] ` <16556.65456.624986.552865@napali.hpl.hp.com>
[not found] ` <20040520120645.3accf048.akpm@osdl.org>
2004-05-20 19:26 ` David Mosberger
2004-05-20 19:35 ` Christoph Hellwig
2004-05-20 20:17 ` David Mosberger
2004-05-20 21:56 ` Andrew Morton
2004-05-20 22:00 ` David Mosberger
2004-05-20 22:09 ` David Mosberger
2004-05-20 23:30 ` Andrew Morton
2004-05-20 23:44 ` David Mosberger
2004-05-21 0:17 ` Andrew Morton [this message]
2004-05-21 0:25 ` Spam: " David Mosberger
2004-05-20 22:10 ` Jesse Barnes
2004-05-20 22:25 ` Andrew Morton
2004-05-20 22:32 ` David Mosberger
2004-05-20 22:33 ` Jesse Barnes
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=20040520171758.1bec1db7.akpm@osdl.org \
--to=akpm@osdl.org \
--cc=davidm@hpl.hp.com \
--cc=hch@infradead.org \
--cc=linux-kernel@vger.kernel.org \
--subject='Spam: Re: [PATCH] fixing sendfile on 64bit architectures' \
/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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).