diff options
-rw-r--r-- | src/radeon_probe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_probe.c b/src/radeon_probe.c index c697f65c..207e5372 100644 --- a/src/radeon_probe.c +++ b/src/radeon_probe.c @@ -314,7 +314,7 @@ RADEONProbe(DriverPtr drv, int flags) DevUnion *pPriv; RADEONEntPtr pRADEONEnt; - xf86SetEntitySharable(usedChips[i]); + /*xf86SetEntitySharable(usedChips[i]);*/ if (gRADEONEntityIndex == -1) gRADEONEntityIndex = xf86AllocateEntityPrivateIndex(); |