From: Arun Sharma <arun.sharma@intel.com>
To: linux-ia64@vger.kernel.org
Subject: [Linux-ia64] brl emulation bug fix
Date: Wed, 16 Apr 2003 21:00:13 +0000 [thread overview]
Message-ID: <marc-linux-ia64-105590723705514@msgid-missing> (raw)
This applies to both 2.4 and 2.5. A 64 bit value was being assigned to
an int.
-Arun
--- 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;
next reply other threads:[~2003-04-16 21:00 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-04-16 21:00 Arun Sharma [this message]
2003-04-16 23:31 ` [Linux-ia64] brl emulation bug fix David Mosberger
2003-04-17 19:37 ` Bjorn Helgaas
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-105590723705514@msgid-missing \
--to=arun.sharma@intel.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