]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/video/sgivwfb.c
x86: require family >= 6 if we are using P6 NOPs
[linux-2.6-omap-h63xx.git] / drivers / video / sgivwfb.c
index ebb6756aea0894b9546db8b7a1e8ff2b739fa7c8..4fb16240c04d2d377354e6d060c356770bde4cb9 100644 (file)
@@ -752,7 +752,7 @@ static int __init sgivwfb_probe(struct platform_device *dev)
        struct fb_info *info;
        char *monitor;
 
-       info = framebuffer_alloc(sizeof(struct sgivw_par) + sizeof(u32) * 256, &dev->dev);
+       info = framebuffer_alloc(sizeof(struct sgivw_par) + sizeof(u32) * 16, &dev->dev);
        if (!info)
                return -ENOMEM;
        par = info->par;