From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Travis Subject: Re: [PATCH 3/5] cpumask: convert misc driver functions Date: Fri, 16 Jan 2009 10:55:23 -0800 Message-ID: <4970D81B.9000904@sgi.com> References: <20090107195832.265117000@polaris-admin.engr.sgi.com> <20090107195832.733912000@polaris-admin.engr.sgi.com> <12c511ca0901161042x5aab46edy70d0d89c84792cd9@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <12c511ca0901161042x5aab46edy70d0d89c84792cd9@mail.gmail.com> Sender: linux-kernel-owner@vger.kernel.org To: Tony Luck 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 List-Id: virtualization@lists.linuxfoundation.org Tony Luck wrote: > +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 Hi Tony, Hmm, that is a tricky error. I'll see what can be done to eliminate it. Thanks! Mike