[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <12c511ca0901161042x5aab46edy70d0d89c84792cd9@mail.gmail.com>
Date: Fri, 16 Jan 2009 10:42:43 -0800
From: Tony Luck <tony.luck@...il.com>
To: Mike Travis <travis@....com>
Cc: Ingo Molnar <mingo@...hat.com>,
Rusty Russell <rusty@...tcorp.com.au>,
Thomas Gleixner <tglx@...utronix.de>,
"H. Peter Anvin" <hpa@...or.com>, Jack Steiner <steiner@....com>,
linux-kernel@...r.kernel.org, Dean Nelson <dcn@....com>,
Robert Richter <robert.richter@....com>,
oprofile-list@...ts.sf.net,
Jeremy Fitzhardinge <jeremy@...source.com>,
Chris Wright <chrisw@...s-sol.org>,
virtualization@...ts.osdl.org, xen-devel@...ts.xensource.com,
Ursula Braun <ursula.braun@...ibm.com>, linux390@...ibm.com,
linux-s390@...r.kernel.org
Subject: Re: [PATCH 3/5] cpumask: convert misc driver functions
+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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists