David S. Miller wrote: > You're taking my suggestion way too far. > > Just replicate gem_interrupt() inline into gem_poll_controller(), > removing the irrelevant bits by hand. You shouldn't need to > modify gem_poll() at all, just as in your original patch. >
I found that execution would go gem_interrupt()->gem_poll() sometimes and gem_poll_controller()->gem_poll() at others, so your suggestion wouldn't work for both cases. I think Eric's got the right fix. -Geoff - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html