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

@@ -883,11 +883,6 @@ int await_reply(reply_t reply, int ival, void *ptr, long timeout)
if (result == 0) {
/* We don't have anything */
/* Check for abort key only if the Rx queue is empty -
* as long as we have something to process, don't
* assume that something failed. It is unlikely that
* we have no processing time left between packets. */
poll_interruptions();
/* Do the timeout after at least a full queue walk. */
if ((timeout == 0) || (currticks() > time)) {
break;