>       while (mbox->numstatus == 0xFF);
> 

is mbox volatile ? gcc 2.95 will certainly turn the above into an

        if() while(1);

otherwise

> Alan, can you forward this to the maintainer, or tell me from whom
> you got the 2.2.18 patch so I can forward this to them ?

[EMAIL PROTECTED]

-
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