Add facility for catching signal 4 from driver. This can be used to check
for OS SSE support. (Part 2)
This commit is contained in:
parent
09fdfaa28d
commit
612bd1c273
|
@ -419,6 +419,7 @@ LOOKUP xfree86LookupTab[] = {
|
||||||
SYMFUNC(xf86AddEnabledDevice)
|
SYMFUNC(xf86AddEnabledDevice)
|
||||||
SYMFUNC(xf86RemoveEnabledDevice)
|
SYMFUNC(xf86RemoveEnabledDevice)
|
||||||
SYMFUNC(xf86InterceptSignals)
|
SYMFUNC(xf86InterceptSignals)
|
||||||
|
SYMFUNC(xf86InterceptSigIll)
|
||||||
SYMFUNC(xf86EnableVTSwitch)
|
SYMFUNC(xf86EnableVTSwitch)
|
||||||
|
|
||||||
/* xf86Helper.c */
|
/* xf86Helper.c */
|
||||||
|
|
Loading…
Reference in New Issue