Fix typo excluding Ironlake from IS_INTEL

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2011-02-06 10:12:42 +00:00
parent 74895a2344
commit 0e50b972de

View File

@ -147,7 +147,7 @@
#define IS_INTEL(devid) (IS_GEN2(devid) || \ #define IS_INTEL(devid) (IS_GEN2(devid) || \
IS_GEN3(devid) || \ IS_GEN3(devid) || \
IS_GEN4(devid) || \ IS_GEN4(devid) || \
IS_GEN4(devid) || \ IS_GEN5(devid) || \
IS_GEN6(devid)) IS_GEN6(devid))
#define HAS_PCH_SPLIT(devid) (IS_GEN5(devid) || \ #define HAS_PCH_SPLIT(devid) (IS_GEN5(devid) || \