Second try to fix tick delay problem ...

This commit is contained in:
Jorrit Herder
2005-08-05 17:02:37 +00:00
parent 5d2588aedf
commit 1c570a7d93
2 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -238,7 +238,7 @@ timer_t *tp;
u16_t magic;
/* Now mask all interrupts, including the clock, and stop the clock. */
outb(INT_CTLMASK, ~0);
outb(INT_CTLMASK, ~1);
clock_stop();
if (mon_return && how != RBT_RESET) {