Re: [git pull -tip] headers_check fixes for other architectures

From: Linus Torvalds
Date: Thu Feb 05 2009 - 14:10:20 EST




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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/