From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17633 invoked by alias); 22 Oct 2003 08:55:19 -0000 Mailing-List: contact sid-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sid-owner@sources.redhat.com Received: (qmail 17622 invoked from network); 22 Oct 2003 08:55:17 -0000 Received: from unknown (HELO main.gmane.org) (80.91.224.249) by sources.redhat.com with SMTP; 22 Oct 2003 08:55:17 -0000 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1ACElw-0007X6-00 for ; Wed, 22 Oct 2003 10:55:16 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: sid@sources.redhat.com Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ACElu-0007Ww-00 for ; Wed, 22 Oct 2003 10:55:14 +0200 Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1ACElu-0005bU-00 for ; Wed, 22 Oct 2003 10:55:14 +0200 From: Ben Elliston Subject: Re: [patch] MAX_UNITS for sid profiling Date: Wed, 22 Oct 2003 08:55:00 -0000 Message-ID: <87k76xd53l.fsf@wasabisystems.com> References: <3F956286.4000604@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@sea.gmane.org User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 Cc: cgen@sources.redhat.com X-SW-Source: 2003-q4/txt/msg00029.txt.bz2 Dave Brolley writes: > I've committed this patch which generates MAX_UNITS as a static > const int instead of a #define so that it will be correctly > encapsulated within the namespace it's declared in. This allows the > existency of profiling models for multiple cpus with potentially > different values of MAX_UNITS. Looks good to me, Dave. Ben