Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936983AbZAPSmz (ORCPT ); Fri, 16 Jan 2009 13:42:55 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1761510AbZAPSmq (ORCPT ); Fri, 16 Jan 2009 13:42:46 -0500 Received: from mail-ew0-f17.google.com ([209.85.219.17]:53113 "EHLO mail-ew0-f17.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1761302AbZAPSmp (ORCPT ); Fri, 16 Jan 2009 13:42:45 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=vx2+1XcQm33/FQsmWBQ7twc9runqKd0DxFQlagoz/gdtv5tNKvC0QQsXdX+qYRj/WC eS8AxYi47RwGRX4WbH2DsH2VGQwkphktHMIoFz052oHMzrRZrnt4tHinVmpN0WnNlQnI jAKwLa7wT7nNdC2tb2A3zWTpPKad49l2EP8wc= MIME-Version: 1.0 In-Reply-To: <20090107195832.733912000@polaris-admin.engr.sgi.com> References: <20090107195832.265117000@polaris-admin.engr.sgi.com> <20090107195832.733912000@polaris-admin.engr.sgi.com> Date: Fri, 16 Jan 2009 10:42:43 -0800 Message-ID: <12c511ca0901161042x5aab46edy70d0d89c84792cd9@mail.gmail.com> Subject: Re: [PATCH 3/5] cpumask: convert misc driver functions From: Tony Luck To: Mike Travis Cc: Ingo Molnar , Rusty Russell , Thomas Gleixner , "H. Peter Anvin" , Jack Steiner , linux-kernel@vger.kernel.org, Dean Nelson , Robert Richter , oprofile-list@lists.sf.net, Jeremy Fitzhardinge , Chris Wright , virtualization@lists.osdl.org, xen-devel@lists.xensource.com, Ursula Braun , linux390@de.ibm.com, linux-s390@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 572 Lines: 18 +void __exit buffer_sync_cleanup(void) +{ + free_cpumask_var(marked_cpus); +} This breaks ia64 with CONFIG_OPROFILE=y `buffer_sync_cleanup' referenced in section `.init.text' of arch/ia64/oprofile/built-in.o: defined in discarded section `.exit.text' of arch/ia64/oprofile/built-in.o make: *** [.tmp_vmlinux1] Error 1 -Tony -- 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/