summaryrefslogtreecommitdiffstats
path: root/src/core/pcmcia.c
diff options
context:
space:
mode:
authorMichael Brown2006-08-15 00:29:51 +0200
committerMichael Brown2006-08-15 00:29:51 +0200
commit97439cb6ebb49fad9855cc975cc80fb3eb8db13b (patch)
treece5375cd5e3ac7b2fa6109fd2725293db224665f /src/core/pcmcia.c
parentBug fixes to the HTTP protocol code (diff)
downloadipxe-97439cb6ebb49fad9855cc975cc80fb3eb8db13b.tar.gz
ipxe-97439cb6ebb49fad9855cc975cc80fb3eb8db13b.tar.xz
ipxe-97439cb6ebb49fad9855cc975cc80fb3eb8db13b.zip
Kill off poll_interruptions(); it is lethal when we're acting as a PXE
stack or INT 13 emulator etc.
Diffstat (limited to 'src/core/pcmcia.c')
-rw-r--r--src/core/pcmcia.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/pcmcia.c b/src/core/pcmcia.c
index b4faceaf..c15fe9cc 100644
--- a/src/core/pcmcia.c
+++ b/src/core/pcmcia.c
@@ -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;
}