From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andi Kleen Subject: Re: [PATCH] Enable exporting of nmi_callback functions for x86_64 privilege domains Date: Thu, 10 Nov 2005 14:07:33 +0100 Message-ID: <200511101407.33882.ak@suse.de> References: <437315C5.76F0.0078.0@novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <437315C5.76F0.0078.0@novell.com> Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Jan Beulich Cc: discuss@x86-64.org, xen-devel , Aravindh Puthiyaparambil List-Id: xen-devel@lists.xenproject.org On Thursday 10 November 2005 09:41, Jan Beulich wrote: > I disagree to that. Instead (even in the main kernel, and also on i386) > nmi_callback should completely go away, and the supposedly one user > should instead use the DIE_NMI and/or DIE_NMI_IPI notifiers. I agree with Jan on that. Haven't see the original patch, but normally it's Linux policy to not merge EXPORT_SYMBOLs if there are no modular users of the symbol in tree. -Andi