Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752937Ab0KEHHT (ORCPT ); Fri, 5 Nov 2010 03:07:19 -0400 Received: from mail-qy0-f174.google.com ([209.85.216.174]:62352 "EHLO mail-qy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751538Ab0KEHHR (ORCPT ); Fri, 5 Nov 2010 03:07:17 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=fuza7Qg9zVuReTjjLCqOlnNId2npLlRUs1bVvZqSO5P2X8VTykbf3+RkN3fCU6Pz32 FvjBwZzu9raZRWKVROiJh8qSX/811C/AzeYG9LWDVYZqD4+bvtm+GPIBeK05YcztZjyD zTB7M4m//bD6YtZtf0EKqRYNgldDZbGIASN3I= MIME-Version: 1.0 In-Reply-To: References: Date: Fri, 5 Nov 2010 15:07:16 +0800 Message-ID: Subject: Re: mmotm 2010-11-03-12-17: memcg build fail From: Dave Young To: Minchan Kim Cc: Greg Thelen , Andrea Righi , Andrew Morton , KAMEZAWA Hiroyuki , Daisuke Nishimura , Balbir Singh , Wu Fengguang , Linux Kernel Mailing List Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1068 Lines: 32 On Fri, Nov 5, 2010 at 2:39 PM, Minchan Kim wrote: > On Fri, Nov 5, 2010 at 2:55 PM, Dave Young wrote: >> Forgot cc lkml >> >> On Fri, Nov 5, 2010 at 1:54 PM, Dave Young wrote: >>> Hi, >>> >>> Build failed without __divdi3 on i386, known issue? >>> >>> mm/built-in.o: In function `mem_cgroup_dirty_info': >>> /home/dave/vdb/build/mm/linux-2.6.36/mm/memcontrol.c:1251: undefined >>> reference to `__divdi3' >>> /home/dave/vdb/build/mm/linux-2.6.36/mm/memcontrol.c:1259: undefined >>> reference to `__divdi3' >>> make: *** [.tmp_vmlinux1] Error 1 >>> > > We should have used do_div. > Below patch solve the problem? Hi, quilt report it as malformed, I create a patch mannualy, and It works. Feel free to add my tested-by line -- Regards dave -- 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/