commit | f7cabcdd51480282b58c09e5fe1c4835aaf98a66 | [log] [tgz] |
---|---|---|
author | Dimitris Michailidis <dm@chelsio.com> | Sun Jul 11 12:01:15 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Jul 11 17:07:45 2010 -0700 |
tree | cb25ebf487a101850d28ff8f855e69ebbe08c41d | |
parent | 98e32a9ceea8e3a0cd6ea89c9ce8e09a74b03b78 [diff] |
cxgb4: move the choice of interrupt type before net_device registration We need to settle on the kind of interrupts we'll be using, a choice that also impacts the number of queues, before registering and making visible the net_devices. Move the relevant code up a bit. Signed-off-by: Dimitris Michailidis <dm@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>