[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LFD.2.00.0902051101040.3247@localhost.localdomain>
Date: Thu, 5 Feb 2009 11:06:54 -0800 (PST)
From: Linus Torvalds <torvalds@...ux-foundation.org>
To: Tony Luck <tony.luck@...el.com>
cc: Jaswinder Singh Rajput <jaswinder@...nel.org>,
Ingo Molnar <mingo@...e.hu>, Sam Ravnborg <sam@...nborg.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Russell King - ARM Linux <linux@....linux.org.uk>,
hskinnemoen@...el.com, cooloney@...nel.org, ralf@...ux-mips.org,
dhowells@...hat.com, matthew@....cx, chris@...kel.net,
LKML <linux-kernel@...r.kernel.org>
Subject: Re: [git pull -tip] headers_check fixes for other architectures
On Thu, 5 Feb 2009, Tony Luck wrote:
>
> Either revert this part ... or wrap the #include like this in fpu.h:
>
> #ifndef __ASSEMBLY__
> #include <linux/types.h>
> #endif
That loses the
arch/ia64/include/asm/types.h:# define __IA64_UL(x) (x)
thing from <asm/types.h>, and makes some of the constants unusable from
asm. Maybe nobody cares.
But it looks like that core really needs to use <asm/types.h> right now.
Linus
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists