Remove xf86{En,Dis}ableInterrupts entirely

This commit is contained in:
Adam Jackson
2008-10-11 23:59:24 -04:00
parent c7680befe5
commit 47478aa10a
13 changed files with 0 additions and 292 deletions

View File

@@ -568,24 +568,6 @@ xf86DisableIO(void)
return;
}
/*
* Don't use these two functions. They can't possibly work. If you actually
* need interrupts off for something, you ought to be doing it in the kernel
* anyway.
*/
_X_EXPORT Bool
xf86DisableInterrupts()
{
return (TRUE);
}
_X_EXPORT void
xf86EnableInterrupts()
{
return;
}
#if defined (__alpha__)
#define vuip volatile unsigned int *