From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Gortmaker Subject: Re: [PATCH 07/11] sh: fix several build failures from system.h fallout Date: Mon, 2 Apr 2012 14:15:53 -0400 Message-ID: <4F79ECD9.6000108@windriver.com> References: <1333312727-11428-1-git-send-email-paul.gortmaker@windriver.com> <1333312727-11428-8-git-send-email-paul.gortmaker@windriver.com> <20120402010048.GA21647@linux-sh.org> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20120402010048.GA21647@linux-sh.org> Sender: linux-kernel-owner@vger.kernel.org To: Paul Mundt Cc: dhowells@redhat.com, torvalds@linux-foundation.org, linux-kernel@vger.kernel.org, linux-next@vger.kernel.org List-Id: linux-next.vger.kernel.org On 12-04-01 09:00 PM, Paul Mundt wrote: > On Sun, Apr 01, 2012 at 04:38:43PM -0400, Paul Gortmaker wrote: >> commit e839ca528718e68cad32a307dc9aabf01ef3eb05 >> >> "Disintegrate asm/system.h for SH" >> >> created the new file asm/cache_insns.h but it didn't add >> an include for all the users of it. >> >> The failure on fpu.c (also seen below) showed up roughly >> at the same time, and since the fix is trivial (include traps.h) >> I did not bother to bisect to 100% confirm it was caused by >> the system.h disintegration. >> > There's still more, but they've alreadly all been fixed up in my tree. OK, I can drop this one. Is that tree part of linux-next? Thanks, Paul. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754026Ab2DBSQF (ORCPT ); Mon, 2 Apr 2012 14:16:05 -0400 Received: from mail1.windriver.com ([147.11.146.13]:35763 "EHLO mail1.windriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751291Ab2DBSQD (ORCPT ); Mon, 2 Apr 2012 14:16:03 -0400 Message-ID: <4F79ECD9.6000108@windriver.com> Date: Mon, 2 Apr 2012 14:15:53 -0400 From: Paul Gortmaker User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.28) Gecko/20120313 Thunderbird/3.1.20 MIME-Version: 1.0 To: Paul Mundt CC: , , , Subject: Re: [PATCH 07/11] sh: fix several build failures from system.h fallout References: <1333312727-11428-1-git-send-email-paul.gortmaker@windriver.com> <1333312727-11428-8-git-send-email-paul.gortmaker@windriver.com> <20120402010048.GA21647@linux-sh.org> In-Reply-To: <20120402010048.GA21647@linux-sh.org> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Originating-IP: [128.224.146.65] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12-04-01 09:00 PM, Paul Mundt wrote: > On Sun, Apr 01, 2012 at 04:38:43PM -0400, Paul Gortmaker wrote: >> commit e839ca528718e68cad32a307dc9aabf01ef3eb05 >> >> "Disintegrate asm/system.h for SH" >> >> created the new file asm/cache_insns.h but it didn't add >> an include for all the users of it. >> >> The failure on fpu.c (also seen below) showed up roughly >> at the same time, and since the fix is trivial (include traps.h) >> I did not bother to bisect to 100% confirm it was caused by >> the system.h disintegration. >> > There's still more, but they've alreadly all been fixed up in my tree. OK, I can drop this one. Is that tree part of linux-next? Thanks, Paul.