diff options
Diffstat (limited to 'src/aticlock.c')
-rw-r--r-- | src/aticlock.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/aticlock.c b/src/aticlock.c index f4de77f..53e28b5 100644 --- a/src/aticlock.c +++ b/src/aticlock.c @@ -330,8 +330,6 @@ ATIClockSet ATIDelay(50000); /* 50 milliseconds */ - (void)xf86DisableInterrupts(); - /* Send all 20 bits of programme word */ while (Programme >= CLOCK_BIT) { @@ -343,8 +341,6 @@ ATIClockSet Programme >>= 1; } - xf86EnableInterrupts(); - /* Restore register */ out8(CLOCK_CNTL, clock_cntl0 | CLOCK_STROBE); break; |