From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mundt Subject: Re: [PATCH 07/11] sh: fix several build failures from system.h fallout Date: Mon, 2 Apr 2012 10:00:49 +0900 Message-ID: <20120402010048.GA21647@linux-sh.org> References: <1333312727-11428-1-git-send-email-paul.gortmaker@windriver.com> <1333312727-11428-8-git-send-email-paul.gortmaker@windriver.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1333312727-11428-8-git-send-email-paul.gortmaker@windriver.com> Sender: linux-kernel-owner@vger.kernel.org To: Paul Gortmaker 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 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.