Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S264723AbUFLKpb (ORCPT ); Sat, 12 Jun 2004 06:45:31 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S264725AbUFLKpb (ORCPT ); Sat, 12 Jun 2004 06:45:31 -0400 Received: from mtvcafw.sgi.com ([192.48.171.6]:38210 "EHLO omx2.sgi.com") by vger.kernel.org with ESMTP id S264723AbUFLKp3 (ORCPT ); Sat, 12 Jun 2004 06:45:29 -0400 Date: Sat, 12 Jun 2004 03:44:30 -0700 From: Paul Jackson To: Clemens Schwaighofer Cc: gullevek@gullevek.org, linux-kernel@vger.kernel.org, cs@tequila.co.jp Subject: Re: compile error with 2.6.7-rc3-mm1 Message-Id: <20040612034430.72a8207e.pj@sgi.com> In-Reply-To: <40CA6835.2070405@eunet.at> References: <40C9AF48.2040807@gullevek.org> <20040611062829.574db94f.pj@sgi.com> <40CA6835.2070405@eunet.at> Organization: SGI X-Mailer: Sylpheed version 0.9.8 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1473 Lines: 36 > nono, that part is already fixed in my patch (from mm-1). But the error you report: drivers/perfctr/x86.c: In function `finalise_backpatching': drivers/perfctr/x86.c:1137: error: parse error before '{' token is _exactly_ the error you reported before, and it occurs on a line that assigns CPU_MASK_NONE (via a #define of perfctr_cpus_forbidden_mask) to a local variable, and this is exactly the error one gets when assigning the broken version of CPU_MASK_NONE, which was missing the (cpumask_t) cast, to a local variable. Somehow, something you are reporting is incorrect. Or else I am more mistaken than I am accustomed to being. Please verify that the above error is indeed the one you are seeing, and that doing the following command in this build tree: grep -1 define.CPU_MASK_NONE include/linux/cpumask.h produces the following output, including the (cpumask_t) cast: #define CPU_MASK_NONE \ ((cpumask_t){ { \ -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson 1.650.933.1373 - 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/