Re: [RFC][PATCH] consolidate arch specific resource.h headers

2005-01-18 Thread Chris Wright
* Bill Rugolsky Jr. ([EMAIL PROTECTED]) wrote: > On Tue, Jan 18, 2005 at 04:10:56PM -0800, Chris Wright wrote: > > +#define INIT_RLIMITS \ > > +{ \ > > + { RLIM_INFINITY, RLIM_INFINITY }, \ > > +

Re: [RFC][PATCH] consolidate arch specific resource.h headers

2005-01-18 Thread Bill Rugolsky Jr.
On Tue, Jan 18, 2005 at 04:10:56PM -0800, Chris Wright wrote: > +#define INIT_RLIMITS \ > +{\ > + { RLIM_INFINITY, RLIM_INFINITY }, \ > + { RLIM_INFINITY, RLIM_INFINITY }, \ > +

[RFC][PATCH] consolidate arch specific resource.h headers

2005-01-18 Thread Chris Wright
Most of the include/asm-*/resource.h headers are the same as one another. This patch makes one generic version, include/asm-generic/resource.h, and uses that when appropriate. The only vaguely interesting thing here is that the generic version introduces a new _STK_LIM_MAX macro, which can be popu