Re: [PATCH, RESEND] chelsio: Fix non-NAPI compile

2007-02-27 Thread Jeff Garzik
Roland Dreier wrote: Chelsio without NAPI enabled has been broken (won't compile) since 3de00b89 ("chelsio: NAPI speed improvement"): drivers/net/chelsio/sge.c: In function `t1_interrupt`: drivers/net/chelsio/sge.c:1716: error: `Q` undeclared (first use in this function) The change bel

Re: [PATCH, RESEND] chelsio: Fix non-NAPI compile

2007-02-26 Thread Stephen Hemminger
On Mon, 26 Feb 2007 14:58:49 -0800 Roland Dreier <[EMAIL PROTECTED]> wrote: > Chelsio without NAPI enabled has been broken (won't compile) since > 3de00b89 ("chelsio: NAPI speed improvement"): > > drivers/net/chelsio/sge.c: In function `t1_interrupt`: > drivers/net/chelsio/sge.c:1716: err

[PATCH, RESEND] chelsio: Fix non-NAPI compile

2007-02-26 Thread Roland Dreier
Chelsio without NAPI enabled has been broken (won't compile) since 3de00b89 ("chelsio: NAPI speed improvement"): drivers/net/chelsio/sge.c: In function `t1_interrupt`: drivers/net/chelsio/sge.c:1716: error: `Q` undeclared (first use in this function) The change below seems to add back in