Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756921AbZDKLKb (ORCPT ); Sat, 11 Apr 2009 07:10:31 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752827AbZDKLKS (ORCPT ); Sat, 11 Apr 2009 07:10:18 -0400 Received: from bombadil.infradead.org ([18.85.46.34]:56045 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752500AbZDKLKR (ORCPT ); Sat, 11 Apr 2009 07:10:17 -0400 Date: Sat, 11 Apr 2009 08:09:53 -0300 From: Mauro Carvalho Chehab To: Andrew Morton Cc: Stephen Rothwell , linux-next@vger.kernel.org, LKML , Marton Balint , linux-media@vger.kernel.org Subject: Re: linux-next: Tree for April 9 Message-ID: <20090411080953.0c22cf4e@pedra.chehab.org> In-Reply-To: <20090410231158.33b85dc1.akpm@linux-foundation.org> References: <20090409163305.8c7a0371.sfr@canb.auug.org.au> <20090410231158.33b85dc1.akpm@linux-foundation.org> X-Mailer: Claws Mail 3.3.1 (GTK+ 2.10.4; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 948 Lines: 28 On Fri, 10 Apr 2009 23:11:58 -0700 Andrew Morton wrote: > On Thu, 9 Apr 2009 16:33:05 +1000 Stephen Rothwell wrote: > > > I have created today's linux-next tree at > > git://git.kernel.org/pub/scm/linux/kernel/git/sfr/linux-next.git > > It has a link failure with i386 allmodconfig due to missing __divdi3. > > It's due to this statement in drivers/media/video/cx88/cx88-dsp.c's > int_goertzel(): > > return (u32)(((s64)s_prev2*s_prev2 + (s64)s_prev*s_prev - > (s64)coeff*s_prev2*s_prev/32768)/N/N); > > that gem will need to be converted to use div64() or similar, please. Updated to use do_div(). Cheers, Mauro -- 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/