Re: [Linux-ia64] brl emulation bug fix

From: Bjorn Helgaas <bjorn_helgaas_at_hp.com>
Date: 2003-04-18 05:37:49
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;
> 
Received on Thu Apr 17 12:37:57 2003

This archive was generated by hypermail 2.1.8 : 2005-08-02 09:20:13 EST