Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
[linux-2.6-block.git] / drivers / gpu / drm / gma500 / mmu.c
index 3e14a9b3525286de73fffc3c82cb2af838a9ac79..0eaf11c199395573b3fd5c75df6431907cb964fa 100644 (file)
@@ -479,7 +479,7 @@ struct psb_mmu_driver *psb_mmu_driver_init(struct drm_device *dev,
        driver->has_clflush = 0;
 
 #if defined(CONFIG_X86)
-       if (boot_cpu_has(X86_FEATURE_CLFLSH)) {
+       if (boot_cpu_has(X86_FEATURE_CLFLUSH)) {
                uint32_t tfms, misc, cap0, cap4, clflush_size;
 
                /*