On Thu, 30 May 2002 16:00:10 +0100 Mark Zealey <mark@zealos.org> wrote:
>
> On Thu, May 30, 2002 at 03:47:54PM +1000, Stephen Rothwell wrote:
>
> > + switch (from->si_code && __SI_MASK) {
>
> shouldnt this just be a single bitwise AND (i.e. from->si_code & __SI_MASK) ?
Absolutely ... thanks
-- Cheers, Stephen Rothwell sfr@canb.auug.org.au http://www.canb.auug.org.au/~sfr/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/