Kill off poll_interruptions(); it is lethal when we're acting as a PXE

stack or INT 13 emulator etc.
This commit is contained in:
Michael Brown
2006-08-14 22:29:51 +00:00
parent 562ab6d65c
commit 97439cb6eb
7 changed files with 0 additions and 26 deletions

View File

@@ -3536,7 +3536,6 @@ e1000_transmit (struct nic *nic, const char *d, /* Destination */
E1000_WRITE_REG (&hw, TDT, tx_tail);
while (!(txp->upper.data & E1000_TXD_STAT_DD)) {
udelay(10); /* give the nic a chance to write to the register */
poll_interruptions();
}
DEBUGFUNC("send end");
}