Re: [PATCH] x86: mostly merge types.h

2007-10-19 Thread Thomas Gleixner
On Fri, 19 Oct 2007, Chris Snook wrote: > From: Chris Snook <[EMAIL PROTECTED]> > > Most of types_32.h and types_64.h are the same. Merge the common definitions > into types.h, keeping the differences in their own files. Also #error if > types_{32,64}.h is included directly. Tested with allmodc

[PATCH] x86: mostly merge types.h

2007-10-18 Thread Chris Snook
From: Chris Snook <[EMAIL PROTECTED]> Most of types_32.h and types_64.h are the same. Merge the common definitions into types.h, keeping the differences in their own files. Also #error if types_{32,64}.h is included directly. Tested with allmodconfig on x86_64. Signed-off-by: Chris Snook <[EMA