public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [Linux-ia64] brl emulation bug fix
@ 2003-04-16 21:00 Arun Sharma
  2003-04-16 23:31 ` David Mosberger
  2003-04-17 19:37 ` Bjorn Helgaas
  0 siblings, 2 replies; 3+ messages in thread
From: Arun Sharma @ 2003-04-16 21:00 UTC (permalink / raw)
  To: linux-ia64

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;



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-04-17 19:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox