mirror of
https://github.com/ipxe/ipxe
synced 2026-02-28 03:11:18 +03:00
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:
@@ -48,7 +48,6 @@ struct driver_interact_t driver[] = {
|
||||
void sleepticks(int numticks ) {
|
||||
u_int tmo;
|
||||
for (tmo = currticks()+numticks; currticks() < tmo; ) {
|
||||
poll_interruptions();
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user