Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758252AbXHUJjW (ORCPT ); Tue, 21 Aug 2007 05:39:22 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754610AbXHUJjO (ORCPT ); Tue, 21 Aug 2007 05:39:14 -0400 Received: from mail.renesas.com ([202.234.163.13]:37428 "EHLO mail01.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754177AbXHUJjN (ORCPT ); Tue, 21 Aug 2007 05:39:13 -0400 Date: Tue, 21 Aug 2007 18:39:09 +0900 From: Hirokazu Takata Subject: Re: [patch 11/23] Fix m32r __xchg In-reply-to: <20070820201826.836064378@polymtl.ca> To: Mathieu Desnoyers Cc: akpm@linux-foundation.org, linux-kernel@vger.kernel.org, takata@linux-m32r.org, linux-m32r@ml.linux-m32r.org, Adrian Bunk Message-id: MIME-version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-type: text/plain; charset=US-ASCII User-Agent: Wanderlust/2.14.0 (Africa) Emacs/21.4 Mule/5.0 (SAKAKI) Renesas-ECN: H07-0010RT References: <20070820201519.512791382@polymtl.ca> <20070820201826.836064378@polymtl.ca> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1034 Lines: 29 From: Mathieu Desnoyers Subject: [patch 11/23] Fix m32r __xchg Date: Mon, 20 Aug 2007 16:15:30 -0400 > the #endif /* CONFIG_SMP */ should cover the default condition, or it may cause > bad parameter to be silently missed. > > To make it work correctly, we have to remove the ifdef CONFIG SMP surrounding > __xchg_called_with_bad_pointer declaration. Thanks to Adrian Bunk for detecting > this. > > Signed-off-by: Mathieu Desnoyers > CC: takata@linux-m32r.org > CC: linux-m32r@ml.linux-m32r.org > CC: Adrian Bunk > --- > include/asm-m32r/system.h | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > Acked-by: Hirokazu Takata Thank you, Mathiew and Adrian. -- Takata - 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/