Re: [PATCH] Make asm-generic/ioctl.h more generic using conditionals.

2007-07-13 Thread Robert P. J. Day
On Fri, 13 Jul 2007, Christoph Hellwig wrote: > On Tue, Jul 10, 2007 at 06:33:26AM -0400, Robert P. J. Day wrote: > > + * Let any architecture override either of the following before > > + * including this file. > > + */ > > + > > +#ifndef _IOC_SIZEBITS > > +# define _IOC_SIZEBITS 14 > > +#end

Re: [PATCH] Make asm-generic/ioctl.h more generic using conditionals.

2007-07-13 Thread Christoph Hellwig
On Tue, Jul 10, 2007 at 06:33:26AM -0400, Robert P. J. Day wrote: > + * Let any architecture override either of the following before > + * including this file. > + */ > + > +#ifndef _IOC_SIZEBITS > +# define _IOC_SIZEBITS 14 > +#endif > + > +#ifndef _IOC_DIRBITS > +# define _IOC_DIRBITS

Re: [PATCH] Make asm-generic/ioctl.h more generic using conditionals.

2007-07-12 Thread Robert P. J. Day
On Thu, 12 Jul 2007, Andrew Morton wrote: > On Tue, 10 Jul 2007 06:33:26 -0400 (EDT) > "Robert P. J. Day" <[EMAIL PROTECTED]> wrote: > > > > > Allow individual architectures to override a small set of macros > > before including asm-generic/ioctl.h, in order to greatly simplify a > > number of ex

Re: [PATCH] Make asm-generic/ioctl.h more generic using conditionals.

2007-07-12 Thread Andrew Morton
On Tue, 10 Jul 2007 06:33:26 -0400 (EDT) "Robert P. J. Day" <[EMAIL PROTECTED]> wrote: > > Allow individual architectures to override a small set of macros > before including asm-generic/ioctl.h, in order to greatly simplify a > number of existing ioctl.h files. > > The overrideable macros would