From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Tue, 18 Jun 2013 16:14:28 +0200 (CEST) Received: from localhost.localdomain ([127.0.0.1]:46457 "EHLO linux-mips.org" rhost-flags-OK-OK-OK-FAIL) by eddie.linux-mips.org with ESMTP id S6824790Ab3FROO0czVRI (ORCPT ); Tue, 18 Jun 2013 16:14:26 +0200 Received: from scotty.linux-mips.net (localhost.localdomain [127.0.0.1]) by scotty.linux-mips.net (8.14.5/8.14.4) with ESMTP id r5IEENgY018225; Tue, 18 Jun 2013 16:14:23 +0200 Received: (from ralf@localhost) by scotty.linux-mips.net (8.14.5/8.14.5/Submit) id r5IEEKt0018224; Tue, 18 Jun 2013 16:14:20 +0200 Date: Tue, 18 Jun 2013 16:14:20 +0200 From: Ralf Baechle To: Markos Chandras Cc: linux-mips@linux-mips.org, sibyte-users@bitmover.com, Wim Van Sebroeck Subject: Re: [PATCH v2 5/7] drivers: watchdog: sb_wdog: Fix 32bit linking problems Message-ID: <20130618141420.GA15141@linux-mips.org> References: <1371564006-31805-1-git-send-email-markos.chandras@imgtec.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1371564006-31805-1-git-send-email-markos.chandras@imgtec.com> User-Agent: Mutt/1.5.21 (2010-09-15) Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 36973 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: ralf@linux-mips.org Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips On Tue, Jun 18, 2013 at 03:00:06PM +0100, Markos Chandras wrote: > Fixes the following linking problem: > drivers/watchdog/sb_wdog.c:211: undefined reference to `__udivdi3' > > Signed-off-by: Markos Chandras > Acked-by: Steven J. Hill > Cc: sibyte-users@bitmover.com > Cc: Wim Van Sebroeck > --- > This patch is for the upstream-sfr/mips-for-linux-next tree That looks ok. Wim, are going to merge this or shall I carry it? If you take it, feel free to add my Acked-by. Thanks, Ralf