This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / video / tdfxfb.c
index 2873877..f3aa37e 100644 (file)
@@ -1050,7 +1050,7 @@ static int tdfxfb_cursor(struct fb_info *info, struct fb_cursor *cursor)
                bg_color = ((cmap.red[cmap.start+1] << 16) |
                            (cmap.green[cmap.start+1] << 8) |
                            (cmap.blue[cmap.start+1]));
-               fb_copy_cmap(&cmap, &info->cursor.image.cmap);
+               fb_copy_cmap(&cmap, &info->cursor.image.cmap, 0);
                spin_lock_irqsave(&par->DAClock, flags);
                banshee_make_room(par, 2);
                tdfx_outl(par, HWCURC0, bg_color);