diff options
author | Dave Airlie <airlied@starflyer-ubuntu.(none)> | 2006-09-18 21:22:12 +1000 |
---|---|---|
committer | Dave Airlie <airlied@starflyer-ubuntu.(none)> | 2006-09-18 21:23:34 +1000 |
commit | ef98a8e20dad8ae7e38f397d63c13bd24105ce53 (patch) | |
tree | cb417267d06b4a819df72b8775716e209e296169 /linux-core/drmP.h | |
parent | 6ba9127753eff7615ba553fbc567aec98ecf8104 (diff) |
drm: put domain number back to 0, domain support is seriously fubar..
Diffstat (limited to 'linux-core/drmP.h')
-rw-r--r-- | linux-core/drmP.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/drmP.h b/linux-core/drmP.h index 70bf3495..a955c3de 100644 --- a/linux-core/drmP.h +++ b/linux-core/drmP.h @@ -777,7 +777,7 @@ static __inline__ int drm_core_check_feature(struct drm_device *dev, #ifdef __alpha__ #define drm_get_pci_domain(dev) dev->hose->bus->number #else -#define drm_get_pci_domain(dev) pci_domain_nr(dev->pdev->bus) +#define drm_get_pci_domain(dev) 0 #endif #if __OS_HAS_AGP |