summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2008-11-28 01:09:52 -0200
committerPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2008-11-28 01:09:52 -0200
commitcab7a47477e3878cb9f1fdc5b721fc8e3aaadd5b (patch)
tree4487de9d4ca942644f0508630ea738399dcf46e2
parente993728f7ee618d34163c127231881aec1637ca2 (diff)
Remove xf86{Disable,Enable}Interrupts
They were already a noop in most "os-support"s, and are no longer available in the X Server.
-rw-r--r--src/aticlock.c4
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;