Re: [Linux-fbdev-devel] radeonfb lockup in .28-rc (bisected)

From: Benjamin Herrenschmidt
Date: Tue Nov 04 2008 - 16:38:54 EST


On Tue, 2008-11-04 at 19:49 +1300, Paul Collins wrote:
> + int width = ((image->width - 1) / 32 + 1) * 32;

Heh, it would have been easier to do

width = (image->width | 0x1f) + 1;

BTW. Does it always lockup or only when using this special font (without
the hack that is ?)

Cheers,
Ben.


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/