Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751135AbZIGGmW (ORCPT ); Mon, 7 Sep 2009 02:42:22 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750735AbZIGGmV (ORCPT ); Mon, 7 Sep 2009 02:42:21 -0400 Received: from mail.renesas.com ([202.234.163.13]:59761 "EHLO mail04.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750719AbZIGGmV (ORCPT ); Mon, 7 Sep 2009 02:42:21 -0400 X-AuditID: ac140387-00000007000005fd-a5-4aa4ab357442 Date: Mon, 07 Sep 2009 15:41:56 +0900 From: Hirokazu Takata Subject: Re: [PATCH 2/6] m32r: Define THREAD_SIZE only once. In-reply-to: To: Tim Abbott Cc: Linux Kernel Mailing List , Sam Ravnborg , Hirokazu Takata 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/22.3 Mule/5.0 (SAKAKI) Renesas-ECN: H07-0010RT References: <1252293179-13382-1-git-send-email-tabbott@ksplice.com> <1252293179-13382-2-git-send-email-tabbott@ksplice.com> X-Brightmail-Tracker: AAAAAA== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1251 Lines: 36 From: Hirokazu Takata Subject: Re: [PATCH 2/6] m32r: Define THREAD_SIZE only once. Date: Mon, 07 Sep 2009 14:52:27 +0900 > > This patch causes build errors: > Sorry. It was my mistake. I forgot to apply your "[PATCH 3/6]". Tim, you are correct. From: Tim Abbott Subject: [PATCH 2/6] m32r: Define THREAD_SIZE only once. Date: Sun, 06 Sep 2009 23:12:55 -0400 > Previously, m32r's asm/thread_info.h defined THREAD_SIZE differently > for assembly and C code; now that PAGE_SIZE is usable from assembly, > these can be combined. Also, m32r's asm/processor.h redefines > THREAD_SIZE to the same value; remove this redundant definition. > > Signed-off-by: Tim Abbott > Cc: Hirokazu Takata > --- > arch/m32r/include/asm/processor.h | 2 -- > arch/m32r/include/asm/thread_info.h | 6 ++---- > 2 files changed, 2 insertions(+), 6 deletions(-) > Acked-by: Hirokazu Takata -- 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/