Re: [PATCH] aic7xxx large integer

From: Dr. David Alan Gilbert
Date: Sat Dec 04 2004 - 16:01:41 EST


* Miguel Angel Flores (maf@xxxxxxxxxxxxxx) wrote:
> Hi all,
>
> I noticed a large integer warning when compiling 2.6.10rc3 with the SCSI
> AIC-7xxx driver.
>
> - mask_39bit = 0x7FFFFFFFFFULL;
> + mask_39bit = 0x7FFFFFFF;

Hmm - I can't help but think that perhaps
'mask_39bit' was intended to be a 39 bit mask.

Dave

-----Open up your eyes, open up your mind, open up your code -------
/ Dr. David Alan Gilbert | Running GNU/Linux on Alpha,68K| Happy \
\ gro.gilbert @ treblig.org | MIPS,x86,ARM,SPARC,PPC & HPPA | In Hex /
\ _________________________|_____ http://www.treblig.org |_______/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/