From mboxrd@z Thu Jan 1 00:00:00 1970 From: Todd Jones Subject: save/restore solution Date: Thu, 20 Jan 2005 13:22:16 -0600 Message-ID: <41F004E8.3020108@cs.wisc.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Sender: xen-devel-admin@lists.sourceforge.net Errors-To: xen-devel-admin@lists.sourceforge.net List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , List-Archive: To: xen-devel@lists.sourceforge.net List-Id: xen-devel@lists.xenproject.org Hi all, I reported that I was having a problem restoring a saved domain. I have found a fix that appears to solve my issue. During restore, time_resume is called which tries to call init_tsc as timer_tsc_init.init. Both init_tsc and timer_tsc_init are declared _init or __initdata and are therefore no longer available when the domain is restored. Removing the __init and __initdata specifiers from declarations in linux-2.6.10-xen-sparse/arch/xen/i386/kernel/timers/timer_tsc.c appears to solve the problem. Todd ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl