From 0e50b972de4ea7e883b6cea608311fbd84b2961b Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sun, 6 Feb 2011 10:12:42 +0000 Subject: [PATCH] Fix typo excluding Ironlake from IS_INTEL Signed-off-by: Chris Wilson --- lib/intel_chipset.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) || \