summaryrefslogtreecommitdiff
path: root/lib/intel_chipset.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2011-02-06 10:12:42 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2011-02-06 10:12:42 +0000
commit0e50b972de4ea7e883b6cea608311fbd84b2961b (patch)
treed37f2b4ed0cb376c9a67b828eee68173d7f1732a /lib/intel_chipset.h
parent74895a2344a3839c5c8f9b41438e226b9d72efc1 (diff)
Fix typo excluding Ironlake from IS_INTEL
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'lib/intel_chipset.h')
-rwxr-xr-xlib/intel_chipset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/intel_chipset.h b/lib/intel_chipset.h
index 95764ce6..48c441d8 100755
--- a/lib/intel_chipset.h
+++ b/lib/intel_chipset.h
@@ -147,7 +147,7 @@
#define IS_INTEL(devid) (IS_GEN2(devid) || \
IS_GEN3(devid) || \
IS_GEN4(devid) || \
- IS_GEN4(devid) || \
+ IS_GEN5(devid) || \
IS_GEN6(devid))
#define HAS_PCH_SPLIT(devid) (IS_GEN5(devid) || \