diff options
| -rw-r--r-- | drivers/char/agp/intel-agp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/agp/intel-agp.c b/drivers/char/agp/intel-agp.c index 1ae64bb36771..df702642ab8f 100644 --- a/drivers/char/agp/intel-agp.c +++ b/drivers/char/agp/intel-agp.c | |||
| @@ -948,7 +948,7 @@ static void intel_i9xx_setup_flush(void) | |||
| 948 | intel_private.ifp_resource.flags = IORESOURCE_MEM; | 948 | intel_private.ifp_resource.flags = IORESOURCE_MEM; |
| 949 | 949 | ||
| 950 | /* Setup chipset flush for 915 */ | 950 | /* Setup chipset flush for 915 */ |
| 951 | if (IS_I965 || IS_G33) { | 951 | if (IS_I965 || IS_G33 || IS_G4X) { |
| 952 | intel_i965_g33_setup_chipset_flush(); | 952 | intel_i965_g33_setup_chipset_flush(); |
| 953 | } else { | 953 | } else { |
| 954 | intel_i915_setup_chipset_flush(); | 954 | intel_i915_setup_chipset_flush(); |
