* [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
* Re: [Linux-ia64] brl emulation bug fix
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
1 sibling, 0 replies; 3+ messages in thread
From: David Mosberger @ 2003-04-16 23:31 UTC (permalink / raw)
To: linux-ia64
>>>>> On Wed, 16 Apr 2003 14:00:13 -0700, Arun Sharma <arun.sharma@intel.com> said:
Arun> This applies to both 2.4 and 2.5. A 64 bit value was being assigned to
Arun> an int.
It didn't actually apply in 2.5 due to some whitespace differences
(blank vs. tab), but I applied it by hand now.
Thanks!
--david
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Linux-ia64] brl emulation bug fix
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
1 sibling, 0 replies; 3+ messages in thread
From: Bjorn Helgaas @ 2003-04-17 19:37 UTC (permalink / raw)
To: linux-ia64
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;
>
^ 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