From mboxrd@z Thu Jan 1 00:00:00 1970 From: Janusz Krzysztofik Subject: pm_idle not exported on x86_64 platform Date: Tue, 02 Jan 2007 16:16:16 +0100 Message-ID: <459A7740.6050805@tis.icnet.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Hi, Could someone please explain me why pm_idle is not exported on x86_64 platform, unlike it is on i386 (in arch/i386/kernel/process-xen.c)? I have patched the source (arch/x86_64/kernel/process-xen.c) to export this symbol, it works for me, now I am able to load processor.ko module that depends on pm_idle. Am I missing something? Thanks, Janusz