From: Bjorn Helgaas <bjorn_helgaas@hp.com>
To: linux-ia64@vger.kernel.org
Subject: Re: [Linux-ia64] brl emulation bug fix
Date: Thu, 17 Apr 2003 19:37:49 +0000 [thread overview]
Message-ID: <marc-linux-ia64-105590723705539@msgid-missing> (raw)
In-Reply-To: <marc-linux-ia64-105590723705514@msgid-missing>
On Wednesday 16 April 2003 3:00 pm, Arun Sharma wrote:
> This applies to both 2.4 and 2.5. A 64 bit value was being assigned to
> an int.
I applied this for 2.4 as well.
> --- arch/ia64/kernel/brl_emu.c.orig Thu Oct 17 10:02:52 2002
> +++ arch/ia64/kernel/brl_emu.c Thu Oct 17 15:40:29 2002
> @@ -59,7 +59,7 @@
> unsigned long next_ip;
> struct siginfo siginfo;
> struct illegal_op_return rv;
> - int tmp_taken, unimplemented_address;
> + long tmp_taken, unimplemented_address;
>
> rv.fkt = (unsigned long) -1;
>
prev parent reply other threads:[~2003-04-17 19:37 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-04-16 21:00 [Linux-ia64] brl emulation bug fix Arun Sharma
2003-04-16 23:31 ` David Mosberger
2003-04-17 19:37 ` Bjorn Helgaas [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=marc-linux-ia64-105590723705539@msgid-missing \
--to=bjorn_helgaas@hp.com \
--cc=linux-ia64@vger.kernel.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