From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753902Ab2DBBA7 (ORCPT ); Sun, 1 Apr 2012 21:00:59 -0400 Received: from linux-sh.org ([111.68.239.195]:50459 "EHLO linux-sh.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753772Ab2DBBA5 (ORCPT ); Sun, 1 Apr 2012 21:00:57 -0400 Date: Mon, 2 Apr 2012 10:00:49 +0900 From: Paul Mundt To: Paul Gortmaker Cc: dhowells@redhat.com, torvalds@linux-foundation.org, linux-kernel@vger.kernel.org, linux-next@vger.kernel.org Subject: Re: [PATCH 07/11] sh: fix several build failures from system.h fallout 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 Content-Disposition: inline In-Reply-To: <1333312727-11428-8-git-send-email-paul.gortmaker@windriver.com> User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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.