> >     while (mbox->numstatus == 0xFF);
> > 
> 
> is mbox volatile ? gcc 2.95 will certainly turn the above into an
> 
>       if() while(1);

Is assume something else is changung mbox->numstatus ?? Else it doesn't
make sense to me and someone might enlighten me on this one :)



        Igmar

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to