atl1: add value to check ability of reenabling IRQs
Unfortunately it is not clear from code is usage of IMR register possible or not. So, to prevent possible side-effects of reading this register i prefer store interrupts enable flag separately. Signed-off-by: Tony Zelenoff <antonz@parallels.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

父節點
02d5d11bfa
當前提交
aa45ba90b5
@@ -783,6 +783,12 @@ struct atl1_adapter {
|
||||
u16 ict; /* interrupt clear timer (2us resolution */
|
||||
struct mii_if_info mii; /* MII interface info */
|
||||
|
||||
/*
|
||||
* Use this value to check is napi handler allowed to
|
||||
* enable ints or not
|
||||
*/
|
||||
bool int_enabled;
|
||||
|
||||
u32 bd_number; /* board number */
|
||||
bool pci_using_64;
|
||||
struct atl1_hw hw;
|
||||
|
Reference in New Issue
Block a user