From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759947AbZBETKT (ORCPT ); Thu, 5 Feb 2009 14:10:19 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759622AbZBETJb (ORCPT ); Thu, 5 Feb 2009 14:09:31 -0500 Received: from smtp1.linux-foundation.org ([140.211.169.13]:34339 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760171AbZBETJ3 (ORCPT ); Thu, 5 Feb 2009 14:09:29 -0500 Date: Thu, 5 Feb 2009 11:06:54 -0800 (PST) From: Linus Torvalds X-X-Sender: torvalds@localhost.localdomain To: Tony Luck cc: Jaswinder Singh Rajput , Ingo Molnar , Sam Ravnborg , Andrew Morton , Russell King - ARM Linux , hskinnemoen@atmel.com, cooloney@kernel.org, ralf@linux-mips.org, dhowells@redhat.com, matthew@wil.cx, chris@zankel.net, LKML Subject: Re: [git pull -tip] headers_check fixes for other architectures In-Reply-To: <12c511ca0902050955x1acb3907jdbfc1d0e6392cb91@mail.gmail.com> Message-ID: References: <1233385816.17794.16.camel@localhost.localdomain> <12c511ca0902050955x1acb3907jdbfc1d0e6392cb91@mail.gmail.com> User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 5 Feb 2009, Tony Luck wrote: > > Either revert this part ... or wrap the #include like this in fpu.h: > > #ifndef __ASSEMBLY__ > #include > #endif That loses the arch/ia64/include/asm/types.h:# define __IA64_UL(x) (x) thing from , and makes some of the constants unusable from asm. Maybe nobody cares. But it looks like that core really needs to use right now. Linus