Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S269438AbUINP73 (ORCPT ); Tue, 14 Sep 2004 11:59:29 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S269447AbUINPxX (ORCPT ); Tue, 14 Sep 2004 11:53:23 -0400 Received: from mail4.bluewin.ch ([195.186.4.74]:33182 "EHLO mail4.bluewin.ch") by vger.kernel.org with ESMTP id S269438AbUINPso (ORCPT ); Tue, 14 Sep 2004 11:48:44 -0400 Date: Tue, 14 Sep 2004 17:47:50 +0200 From: Roger Leuthi To: William Lee Irwin III Cc: Andrew Morton , linux-kernel@vger.kernel.org, Albert Cahalan Subject: Re: [pidhashing] [2/3] lower PID_MAX_LIMIT for 32-bit machines Message-ID: <20040914154750.GA13978@k3.hellgate.ch> Mail-Followup-To: William Lee Irwin III , Andrew Morton , linux-kernel@vger.kernel.org, Albert Cahalan References: <20040913015003.5406abae.akpm@osdl.org> <20040914022530.GO9106@holomorphy.com> <20040914022827.GP9106@holomorphy.com> <20040914023114.GQ9106@holomorphy.com> <20040914105527.GB11238@k3.hellgate.ch> <20040914154144.GQ9106@holomorphy.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040914154144.GQ9106@holomorphy.com> X-Operating-System: Linux 2.6.8 on i686 X-GPG-Fingerprint: 92 F4 DC 20 57 46 7B 95 24 4E 9E E7 5A 54 DC 1B X-GPG: 1024/80E744BD wwwkeys.ch.pgp.net User-Agent: Mutt/1.5.6i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 694 Lines: 18 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/