mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
macmace: use "unsigned long flags;"
Code will do local_irq_save() on it. Signed-off-by: Alexey Dobriyan <adobriyan@sw.ru> Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
parent
9514bfe5d9
commit
099575b6cb
@ -577,7 +577,7 @@ static irqreturn_t mace_interrupt(int irq, void *dev_id)
|
||||
struct mace_data *mp = netdev_priv(dev);
|
||||
volatile struct mace *mb = mp->mace;
|
||||
int intr, fs;
|
||||
unsigned int flags;
|
||||
unsigned long flags;
|
||||
|
||||
/* don't want the dma interrupt handler to fire */
|
||||
local_irq_save(flags);
|
||||
|
Loading…
Reference in New Issue
Block a user