summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNian Wu <nian.wu@intel.com>2007-02-28 09:00:12 -0500
committerNian Wu <nian@tinderbox.sh.intel.com>2007-02-28 09:00:12 -0500
commit0bbbb46650667c84a50f1a675a7a910d6ef7df4b (patch)
treede28ec302a1eaaba118acd7d593ac49c3ceae25e
parent7c3aeafe756f823e2cd6352ed1788aeec0000b95 (diff)
parent6a51da7325163151678c27dcbf51595092773d7a (diff)
Merge git://proxy01.pd.intel.com:9419/git/mesa/drm into crestline
-rw-r--r--linux-core/drmP.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/drmP.h b/linux-core/drmP.h
index 9b5f5bdd..2285bc02 100644
--- a/linux-core/drmP.h
+++ b/linux-core/drmP.h
@@ -847,7 +847,7 @@ static __inline__ int drm_core_check_feature(struct drm_device *dev,
}
#ifdef __alpha__
-#define drm_get_pci_domain(dev) dev->hose->bus->number
+#define drm_get_pci_domain(dev) dev->hose->index
#else
#define drm_get_pci_domain(dev) 0
#endif