net: Fix new EMAC driver for NAPI changes
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 16 Oct 2007 05:40:50 +0000 (15:40 +1000)
committerJeff Garzik <jeff@garzik.org>
Wed, 17 Oct 2007 01:10:28 +0000 (21:10 -0400)
net: Fix new EMAC driver for NAPI changes

This fixes the new EMAC driver for the NAPI updates. The previous patch
by Roland Dreier (already applied) to do that doesn't actually work. This
applies on top of it makes it work on my test Ebony machine.

This patch depends on "net: Add __napi_sycnhronize() to sync with napi poll"
posted previously.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>

No differences found