Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757233AbYKDVix (ORCPT ); Tue, 4 Nov 2008 16:38:53 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754888AbYKDVim (ORCPT ); Tue, 4 Nov 2008 16:38:42 -0500 Received: from gate.crashing.org ([63.228.1.57]:33751 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752472AbYKDVil (ORCPT ); Tue, 4 Nov 2008 16:38:41 -0500 Subject: Re: [Linux-fbdev-devel] radeonfb lockup in .28-rc (bisected) From: Benjamin Herrenschmidt Reply-To: benh@kernel.crashing.org To: Paul Collins Cc: James Cloos , linux-fbdev-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org, Andrew Morton , Linus Torvalds , "David S. Miller" , Krzysztof Halasa In-Reply-To: <87wsfkrnn1.fsf@burly.wgtn.ondioline.org> References: <1225152347.8004.49.camel@pasglop> <1225662539.8004.237.camel@pasglop> <871vxtthr3.fsf@burly.wgtn.ondioline.org> <1225697689.8004.245.camel@pasglop> <87wsfkrnn1.fsf@burly.wgtn.ondioline.org> Content-Type: text/plain Date: Wed, 05 Nov 2008 08:33:14 +1100 Message-Id: <1225834394.8004.273.camel@pasglop> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 552 Lines: 19 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/