Re: [pidhashing] [2/3] lower PID_MAX_LIMIT for 32-bit machines

From: Roger Leuthi
Date: Tue Sep 14 2004 - 11:08:29 EST


On Tue, 14 Sep 2004 08:41:44 -0700, William Lee Irwin III wrote:
> On Mon, 13 Sep 2004 19:31:14 -0700, William Lee Irwin III wrote:
> >> -#define PID_MAX_LIMIT (4*1024*1024)
> >> +#define PID_MAX_LIMIT (sizeof(long) > 32 ? 4*1024*1024 : PID_MAX_DEFAULT)
>
> On Tue, Sep 14, 2004 at 12:55:27PM +0200, Roger Luethi wrote:
> > An architecture with sizeof(long) > 32? -- Most impressive.
>
> Did the correction not arrive?

Must have missed it.

Roger
-
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/